We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a8f37 commit 43f89cdCopy full SHA for 43f89cd
lib/install/sass/install.rb
@@ -3,4 +3,4 @@
3
run "yarn add sass"
4
5
say "Add build:css script"
6
-run %(npm set-script build:css "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map")
+run %(npm set-script build:css "sass ./app/assets/stylesheets/application.sass.scss ./app/assets/builds/application.css --no-source-map --load-path=node_modules")
0 commit comments