refactor: rename sass folder to scss

This commit is contained in:
George Cushen 2019-10-19 20:53:42 +01:00
commit f30d3252a7
105 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
# Script to copy Bootstrap files into project after running `npm install` to download Bootstrap.
ASSETS_JS_DIR="assets/js/vendor/"
ASSETS_SCSS_DIR="assets/sass/vendor/"
ASSETS_SCSS_DIR="assets/scss/vendor/"
mkdir -p $ASSETS_SCSS_DIR/bootstrap/