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