File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2222add_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" )
2323add_package_json_script ( "build:css:prefix" , "postcss ./app/assets/builds/application.css --use=autoprefixer --output=./app/assets/builds/application.css" )
2424add_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 )
2626
2727gsub_file "Procfile.dev" , "build:css --watch" , "watch:css"
2828
You can’t perform that action at this time.
0 commit comments