From 41a2aee38cf812510010da09de9bae53590ec119 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 27 May 2016 16:23:10 +0200 Subject: Follow the angular styleguide for the directories structure --- scripts/clean/client/sass.sh | 2 +- scripts/clean/client/tsc.sh | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'scripts/clean') diff --git a/scripts/clean/client/sass.sh b/scripts/clean/client/sass.sh index 82c079f28..04d239ffc 100755 --- a/scripts/clean/client/sass.sh +++ b/scripts/clean/client/sass.sh @@ -2,4 +2,4 @@ cd client || exit -1 rm -f stylesheets/index.css -find angular -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \; +find app -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \; diff --git a/scripts/clean/client/tsc.sh b/scripts/clean/client/tsc.sh index 3ea6e78d5..b17888640 100755 --- a/scripts/clean/client/tsc.sh +++ b/scripts/clean/client/tsc.sh @@ -1,5 +1,6 @@ #!/usr/bin/env sh cd client || exit -1 -find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \; +find app -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \; rm -rf ./bundles +rm -f main.js main.js.map -- cgit v1.2.3