]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/watch/client/sass.sh
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / scripts / watch / client / sass.sh
index 22c536e383f3ddba85057c00767ea6988d509d1c..f7a8c8a2b9820defb1bf4df7b85f3165995d081d 100755 (executable)
@@ -4,4 +4,4 @@ cd client || exit -1
 
 concurrently \
   "node-sass -w --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
-  "node-sass -w angular/ --output angular/"
+  "node-sass -w app/ --output app/"