]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - scripts/build/client/sass.sh
Follow the angular styleguide for the directories structure
[github/Chocobozzz/PeerTube.git] / scripts / build / client / sass.sh
CommitLineData
93534495
C
1#!/usr/bin/env sh
2
3npm run clean:client:sass
4cd client || exit -1
5
6# Compile index and angular files
7concurrently \
8 "node-sass --include-path node_modules/bootstrap-sass/assets/stylesheets/ stylesheets/application.scss stylesheets/index.css" \
41a2aee3 9 "node-sass app/ --output app/"