Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davideferre/gulp-for-sass
Gulp script for realtime compiling Sass (scss) stylesheet
https://github.com/davideferre/gulp-for-sass
Last synced: about 2 months ago
JSON representation
Gulp script for realtime compiling Sass (scss) stylesheet
- Host: GitHub
- URL: https://github.com/davideferre/gulp-for-sass
- Owner: davideferre
- License: mit
- Created: 2016-04-30T16:07:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-18T12:17:54.000Z (about 8 years ago)
- Last Synced: 2024-01-10T16:50:33.937Z (12 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gulp-for-sass
## Gulp script for realtime compiling Sass (scss) stylesheet.
A gulp script that re-compile at every changes your scss files saved in *src/* directory.
To run the script for production compiling (*compressed* style), simply run *gulp*. Otherwise if you run *gulp dev* it compiles yours scss files with *expanded* style.