]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - scripts/clean/client/sass.sh
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / scripts / clean / client / sass.sh
1 #!/usr/bin/env sh
2
3 cd client || exit -1
4 rm -f stylesheets/index.css
5 find app -regextype posix-egrep -regex ".*\.(css)$" -exec rm -f {} \;