2016-04-30 04:17:50 -05:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
|
|
|
cd client || exit -1
|
|
|
|
|
|
|
|
concurrently \
|
2016-05-21 08:21:15 -05:00
|
|
|
"node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
|
2016-04-30 04:17:50 -05:00
|
|
|
"node-sass -w angular/ --output angular/"
|