Skip to content
This repository has been archived by the owner on Dec 23, 2017. It is now read-only.

Commit

Permalink
Merge pull request #1 from ascott1/master
Browse files Browse the repository at this point in the history
watch both js and sass changes with a single npm script
  • Loading branch information
theresaanna committed Oct 21, 2014
2 parents 8795dd8 + be914f8 commit 2b91ced
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"watch": "watchify static/js/init.js -o static/js/app.js --debug --verbose",
"build": "browserify static/js/init.js > static/js/app.js",
"sass-watch": "sass --watch static/styles/sass/styles.scss:static/styles/styles.css",
"sass-build": "sass static/styles/sass/styles.scss:static/styles/styles.css"
"sass-build": "sass static/styles/sass/styles.scss:static/styles/styles.css",
"watch-all": "npm run watch & npm run sass-watch"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b91ced

Please sign in to comment.