A simple SCSS framework.
- Move
blarg-starter-scssto your assets folder and rename. - Override default variables in
blarg-starter-scss/partials/_bootstrap. - Update
blarg-starter-scss/partials/_bootstrapwith the path to theblarg/scss/_blargfile.
- Example GulpJS file is included.
- Add paths within gulpfile.js.
- Add your proxy to the gulpfile.js. ex:
local.airtype.com - Run
gulp.
-
gulp- Start gulp, run sass compiler, run build compiler, start Browser Sync. -
gulp sass- Run SASS compiler only. -
gulp img- Minimize images. -
gulp build- Concatinate CSS and JS. (does not run SASS compiler)