[3.x] Ensure assets publish appropriately - #201
brianjhanson wants to merge 1 commit into
Conversation
|
To be honest, I hadn't considered that our Checked out locally, and I'm seeing two copies of this injected on
This is actually the opposite of what I figured would happen (I thought the asset bundle would be versioned)! I'll wait for Rias to chime in—but my preference would be to have both of these flow through the same channel and get de-duped. Upstream change! 😈 |
|
Using AssetBundles should still work just as before and is probably why you're seeing it loaded when getSettingsHtml is called. Using There's no de-duping between legacy AssetBundles and things you push into HtmlStack though, that would get way too complicated for little benefit, you either still use AssetBundles with the adapater, or you move to using HtmlStack For making sure it's published, you can instead add it to the |
|
I'm going to close this one for the moment. I was running into an issue where the |
|
I take that back, I've moved from Or if they are enough, the plugin doesn't appear as a tag in the |
Adds
$scriptsconfig so the front end assets will publish.@riasvdv / @AugustMiller if this isn't the preferred way to do this just let me know.