Front-end framework & style guide for www.mrwatson.com
$ git clone https://github.com/mrwatson-oss/nova.git
$ npm install
$ bower install
$ grunt serve
$ grunt build
grunt serve
is runningapp/components
$ grunt build
$ git pull
$ git add .
$ git commit -m "your-commit-message"
$ git push
$ grunt gh-pages
(Pushes /dist/ to gh-pages)grunt serve
is running $ bower install [package-name]
$ bower install [package-name] --save
$ bower install [package-name] --save-dev
More info on bower commands here.
Grunt should automatically wiredep the right files to the index.html file.
If it doesn't, you can do it yourself via the $ grunt wiredep
command.
If that doesn't work the package is not installed properly (check if it's there in the bower_components
folder and the bower.json
file.)
The MIT License (MIT).