]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/client/sass.sh
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / sass.sh
index 82c079f28637fb0a75e385ef7267d96de278aff0..04d239ffc64392ea2c762d5ddd2b5e52b0b30d88 100755 (executable)
@@ -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 {} \;