From 9353449515ff6881a54ce6887297b7eab2855186 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 30 Apr 2016 11:17:50 +0200 Subject: Use scripty instead of writing shell commands in package.json --- scripts/build/client/sass.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/build/client/sass.sh (limited to 'scripts/build/client/sass.sh') diff --git a/scripts/build/client/sass.sh b/scripts/build/client/sass.sh new file mode 100755 index 000000000..0caa0df20 --- /dev/null +++ b/scripts/build/client/sass.sh @@ -0,0 +1,9 @@ +#!/usr/bin/env sh + +npm run clean:client:sass +cd client || exit -1 + +# Compile index and angular files +concurrently \ + "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \ + "node-sass angular/ --output angular/" -- cgit v1.2.3