aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/watch/client/sass.sh
blob: 22c536e383f3ddba85057c00767ea6988d509d1c (plain) (blame)
1
2
3
4
5
6
7
#!/usr/bin/env sh

cd client || exit -1

concurrently \
  "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
  "node-sass -w angular/ --output angular/"