generator-hashirama
v0.0.6
Published
A generator for Yeoman
Readme
Generator-hashirama
A generator for Yeoman.
Getting started
- Make sure you have yo installed:
npm install -g yo - Install the generator:
npm install -g generator-hashirama - Run:
yo hashirama
Options
Grunt commands
watch event:
Run:
grunt wThis will start the watch event e build the files you are working when you save
grunt server:
Run:
grunt serverThis will run the server um port 9000 (localhost:9000)
Run:
grunt server:live||grunt server:livereloadThis will run the server um port 9000 and reload on files update
grunt build
Run:
grunt build||grunt bThis will build all your project (compass and uglifyjs)

