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).
Updated by Eric Helms almost 9 years ago
- Blocks Bug #14163: Routing errors due to missing .css files on navigating sync status page added
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman/pull/3330 added
Updated by Eric Helms almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset d8520a15230d854e65bb7de012a1a7e4f9806392.
Updated by Dominic Cleal almost 9 years ago
- Translation missing: en.field_release set to 141
Actions