Update watch.sh for Webpack
This commit is contained in:
parent
2fb876b6cb
commit
16a9833bce
1 changed files with 1 additions and 1 deletions
2
watch.sh
2
watch.sh
|
@ -19,4 +19,4 @@ fi
|
|||
$DIR/node_modules/.bin/node-sass --output $DIR/dist/css --sourcemap=none $DIR/scss/
|
||||
$DIR/node_modules/.bin/node-sass --output $DIR/dist/css --sourcemap=none --watch $DIR/scss/ &
|
||||
|
||||
$DIR/node_modules/.bin/babel --presets es2015,react --out-dir $DIR/dist/js/ --watch $DIR/js/
|
||||
node_modules/.bin/webpack --progress --colors --watch
|
||||
|
|
Loading…
Add table
Reference in a new issue