Forum Discussion
Main bundle css not in web published file
Hi there, folks. We made some changes to the way Rise 360 creates your published output. It sounds like these changes impacted workarounds you’ve used to support right-to-left languages and other style changes.
What we did:
Previously, we included our frontend application assets into the main.bundle.js and main.bundle.css files. Now, we have individual assets, such as javascript, css, and images, included in the index.html file.
Why we did it:
We don’t want to interfere with your ability to publish while we update Rise 360. We made these changes to improve the stability of the publishing process while we release individual changes to Rise 360 course elements.
You can still add additional scripts and styles with these changes using <style>
and <script>
tags to the index.html file as long as everything else in that file stays intact.
As always, modifying published output isn’t supported by the Articulate team, but we know these power use cases are important to you! I’ll create cases for the folks who’ve already made comments here so we can understand a bit more about what you’re doing.