Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

airtype/blarg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blarg

A simple SCSS framework.

Structure

  1. Move blarg-starter-scss to your assets folder and rename.
  2. Override default variables in blarg-starter-scss/partials/_bootstrap.
  3. Update blarg-starter-scss/partials/_bootstrap with the path to the blarg/scss/_blarg file.

Gulp

  1. Example GulpJS file is included.
  2. Add paths within gulpfile.js.
  3. Add your proxy to the gulpfile.js. ex: local.airtype.com
  4. Run gulp.
Available Gulp commands
  • 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)