aboutsummaryrefslogblamecommitdiffhomepage
path: root/scripts/watch/client/sass.sh
blob: 7d716cb7cbc9bff48841586a7c0a507460a313ba (plain) (tree)
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 client/angular/**/ client/angular/**/**" \
  "node-sass -w angular/ --output angular/"