generator-sass-scaffold
v1.0.8
Published
Create basic folder structure for sass projects with Gulp and BrowserSync
Readme
This Yeoman generator solve very real problem of creating reliable, yet simple workflow for boostraping front-end projects using Sass and Gulp.
Technologies used: Gulp, Sass and http-server.
You should answer to a few question installer goind to ask you:
- Where does your assets should be placed?
A folder where SASS files should be placed. If you want to put it in a root folder just type '.'
- Where does your css file should be placed?
A folder where your main style will be placed. You will include this file into your html document.
- Enter your site URL (leave blank to use http-server)
Put your current server url so BrowserSync will be able to proxy it. Leave blank you use http-server.
To run http-server and script itself just type npm start
