Skip to content

solarsailer/brunch-with-base

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

brunch-with-base

Brunch skeleton:

  • Sane set of default CSS rules
  • Pipeline:
    • Sass → CSS → Autoprefixer → Clean-CSS
    • Babel (ES2015/ES2016) → JS → UglifyJS
    • Browser-Sync
  • Libraries:

Prerequisites

  • Node.js
  • Brunch with npm install -g brunch
  • And install the dependencies with npm install in this folder

Commands

  • npm start or brunch watch --server to launch Brunch in dev mode on localhost:4000
  • npm run build or brunch build --production to build

Fixme

We are currently using an old version of brunch and postcss-brunch. This is necessary to have a working pipeline with Sass and Autoprefixer (see issue 31 and working gist). When the bug is fixed, use the latest versions instead.