Update watch.sh
This commit is contained in:
parent
fa7fd4c589
commit
2447a15a73
1 changed files with 1 additions and 7 deletions
8
watch.sh
8
watch.sh
|
@ -6,10 +6,4 @@ mkdir -p dist/css
|
|||
mkdir -p dist/js
|
||||
|
||||
sass --watch scss:dist/css --sourcemap=none &
|
||||
|
||||
if [ $1 != "jeremyisbadatnode" ]; then
|
||||
babel --presets es2015,react --out-dir dist/js/ --watch js/
|
||||
else
|
||||
#yes I am dumb, but not a high prio fix - Jeremy
|
||||
babel --presets /home/jeremy/local/lib/node_modules/babel-preset-es2015,/home/jeremy/local/lib/node_modules/babel-preset-react --out-dir dist/js/ --watch ~/code/lbry-web-ui/js/
|
||||
fi
|
||||
babel --presets es2015,react --out-dir dist/js/ --watch js/
|
||||
|
|
Loading…
Reference in a new issue