You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
334 B
13 lines
334 B
before_script:
|
|
- pwd
|
|
- wget https://github.com/sass/dart-sass/releases/download/1.26.9/dart-sass-1.26.9-linux-ia32.tar.gz
|
|
- tar -xzvf dart-sass-1.26.9-linux-ia32.tar.gz
|
|
- ls
|
|
- ls dart-sass
|
|
- export PATH=$PATH:$(pwd)/dart-sass/
|
|
|
|
pages:
|
|
script:
|
|
- pwd
|
|
- cd src/css/ && sass master.scss
|
|
- rm src/css/master.scss
|