Bug #20544
sprockets 3.x requires SCSS assets to use .scss
Status:
Closed
Priority:
Normal
Assignee:
Category:
Web UI
Target version:
Difficulty:
Triaged:
Yes
Description
Without using the proper extension, new versions of sass + sprockets won't compile assets.
It will simply not find the assets because they don't have the right extension. Also, we have to add the stylesheet assets to sprockets paths - which was done automatically before.
Associated revisions
History
#1
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Daniel Lobato Garcia
- Pull request https://github.com/Katello/katello/pull/6901 added
#2
Updated by Justin Sherrill almost 5 years ago
- Category set to Web UI
- Legacy Backlogs Release (now unused) set to 250
#3
Updated by The Foreman Bot almost 5 years ago
- Pull request https://github.com/Katello/katello/pull/6906 added
#4
Updated by Anonymous almost 5 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|aaa187330ec26188b25b6d6d64f7bbb2471950d7.
Fixes #20544 - Make CSS assets findable to sprockets
Without using the proper extension, new versions of sass + sprockets
won't compile assets.
It will simply not find the assets because they don't have the right
extension. Also, we have to add the stylesheet assets to sprockets paths
- which was done automatically before.