Follow the angular styleguide for the directories structure

This commit is contained in:
Chocobozzz
2016-05-27 16:23:10 +02:00
parent 157cb9c971
commit 41a2aee38c
59 changed files with 177 additions and 137 deletions

View File

@@ -6,4 +6,4 @@ 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/"
"node-sass app/ --output app/"