-
Notifications
You must be signed in to change notification settings - Fork 99
Closed
Description
Given a rails application that uses a gem like rails-assets-jstree.
After trying to execute rails css:install:sass, I get a "Can't find stylesheet to import." error per each css asset that is inside a gem. I can perfectly follow the @import statement to the gem's asset.
Is there a necessary extra step to set cssbundling to be able to lookup inside included gems?
- Command Executed:
rails css:install:sass - Output:
Error: Can't find stylesheet to import.
╷
29 │ @import 'jstree';
│ ^^^^^^^^
╵
app/assets/stylesheets/application.sass.scss 29:9 root stylesheet
error Command failed with exit code 65.
application.sass.scss:
// something something
@import 'jstree';
// something moreGemfile
source 'https://rails-assets.org' do
gem 'rails-assets-jstree'
endstdstaff
Metadata
Metadata
Assignees
Labels
No labels
