building in scss

pull/10/head
Hunter Long 2018-06-27 00:57:16 -07:00
parent 38d9c43881
commit 412ee2b429
2 changed files with 1 additions and 6 deletions

View File

@ -52,6 +52,7 @@ notifications:
before_install:
- if [[ "$TRAVIS_BRANCH" == "master" ]]; then travis_wait 30 docker pull karalabe/xgo-latest; fi
- gem install sass
before_script:
- mysql -e 'CREATE DATABASE IF NOT EXISTS test;'

View File

@ -4,12 +4,6 @@ APP="statup"
REPO="hunterlong/statup"
SASS=1.7.1
# INSTALLING SASS
curl -OL https://github.com/sass/dart-sass/releases/download/$SASS/dart-sass-$SASS-linux-x64.tar.gz
tar -xvzf dart-sass-$SASS-linux-x64.tar.gz
sudo chmod +x dart-sass/sass
sudo mv dart-sass/sass /usr/local/bin/sass
# RENDERING CSS
sass html/scss/base.scss:html/css/base.css