File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22
22
add_package_json_script ( "build:css:compile" , "sass ./app/assets/stylesheets/application.bootstrap.scss:./app/assets/builds/application.css --no-source-map --load-path=node_modules" )
23
23
add_package_json_script ( "build:css:prefix" , "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css" )
24
24
add_package_json_script ( "build:css" , "#{ bundler_run_cmd } build:css:compile && #{ bundler_run_cmd } build:css:prefix" )
25
- add_package_json_script ( "watch:css" , "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \" #{ bundler_run_cmd } build:css\" " , false )
25
+ add_package_json_script ( "watch:css" , "nodemon --watch ./app/assets/stylesheets/ --ext scss --exec \\ \ "#{ bundler_run_cmd } build:css\\ \" " , false )
26
26
27
27
gsub_file "Procfile.dev" , "build:css --watch" , "watch:css"
28
28
You can’t perform that action at this time.
0 commit comments