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