aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/build/client/sass.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/client/sass.sh')
-rwxr-xr-xscripts/build/client/sass.sh9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/build/client/sass.sh b/scripts/build/client/sass.sh
deleted file mode 100755
index d8dfedca3..000000000
--- a/scripts/build/client/sass.sh
+++ /dev/null
@@ -1,9 +0,0 @@
1#!/usr/bin/env sh
2
3npm run clean:client:sass
4cd client || exit -1
5
6# Compile index and angular files
7concurrently \
8 "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
9 "node-sass app/ --output app/"