Lite boilerplate to start projects with Sass.
- Compile Sass files with Node-sass and includes Sourcemaps
- Autoprefix Stylesheets.
- Generate a CSS minified version.
- Build a folder with the finished project.
In order to use this boilerplate you need to install:
Using the Node.js Installer or using Homebrew
$ brew install node
Install the gulp command
$ npm i gulp-cli -g
Install dependencies in the Starter Pack Lite folder
$ npm i
To start watching .scss
files for changes
$ gulp
To build /dist
folder
$ gulp build