Actions
Bug #14221
closedPlugin asset compilation does not expand SCSS imports of CSS files
Difficulty:
Triaged:
Bugzilla link:
Pull request:
Description
The plugin asset rake task is not using the template provided by sass-rails that correctly identifies css imports in SCSS files. This results in either compiled CSS files that have regular css import statements or can throw errors during asset compilation. In the former case, 404s will be seen in the browser in production because the stylesheet will try to import those CSS files from the server (when they should be embedded in the compiled CSS file).
Actions