Blocss yeoman generator - v0.3.0
Yeoman generator that scaffolds out a front-end web app based on Blocss OOCSS framework.
Includes
- Blocss (OO)CSS framework
- Boilerplate code based on H5BP
- Automatic autoprefixer based on the caniuse database
- Compass
- Automatic concatenation & minifying assets on build
- Assemble for html templating
Getting Started
- Install:
npm install -g generator-blocss
- Install:
npm install assemble --save-dev
- Run:
yo blocss
- Run
grunt server
for preview &grunt
for building
Options
-
--skip-install
Skips the automatic execution of
bower
andnpm
after scaffolding has finished. -
--test-framework <framework>
Defaults to
mocha
. Can be switched for another supported testing framework likejasmine
.
Contribute
See the contributing docs