]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/watch/client/sass.sh
f7a8c8a2b9820defb1bf4df7b85f3165995d081d
[github/Chocobozzz/PeerTube.git] / scripts / watch / client / sass.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4
5 concurrently \
6 "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
7 "node-sass -w app/ --output app/"