A simple SCSS framework.
- Move
blarg-starter-scss
to your assets folder and rename. - Override default variables in
blarg-starter-scss/partials/_bootstrap
. - Update
blarg-starter-scss/partials/_bootstrap
with the path to theblarg/scss/_blarg
file.
- 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)