Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 299 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 299 Bytes

Custom Grid

Custom Grid In sass-bootstrap!!

Install

bundler install
npm install
bower install

Grunt tasks

Serve locally

grunt serve

Serve locally a from the built dist directory (no livereload)

grunt serve:dist

Build (push to gh-pages)

grunt deploy