Skip to content

Commit 43f89cd

Browse files
author
Jamie Hill
authored
Allow imports from node modules with default install (#11)
1 parent 11a8f37 commit 43f89cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/sass/install.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
run "yarn add sass"
44

55
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")
6+
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

Comments
 (0)