]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/clean/client/tsc.sh
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / tsc.sh
index 3ea6e78d5b8cc5353094877d3de2b241ea6629b9..b17888640bb87ec3ff3619a74c77d67f4404cfa4 100755 (executable)
@@ -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