]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/client/tsc.sh
Update to Angular RC 1
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / tsc.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4 find angular -regextype posix-egrep -regex ".*\.(js|map)$" -exec rm -f {} \;
5 rm -rf ./bundles