lbry-desktop/watch.sh

10 lines
189 B
Bash
Raw Normal View History

#!/bin/bash
trap 'jobs -p | xargs kill' EXIT
2016-03-15 17:12:43 +01:00
mkdir -p dist/css
mkdir -p dist/js
sass --watch scss:dist/css --sourcemap=none &
2016-04-10 22:25:26 +02:00
babel --presets es2015,react --out-dir dist/js/ --watch js/