0.0.6 • Published 11 years ago

generator-hashirama v0.0.6

Weekly downloads
5
License
-
Repository
github
Last release
11 years ago

Generator-hashirama

Build Status

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 w`
    
    	This will start the watch event e build the files you are working when you save
  • grunt server:

    	Run: `grunt server`
    
    	This will run the server um port 9000 (localhost:9000)
    
    	Run: `grunt server:live` || `grunt server:livereload`
    
    	This will run the server um port 9000 and reload on files update
  • grunt build

    	Run: `grunt build` || `grunt b`
    
    	This will build all your project (compass and uglifyjs)

License

MIT License

0.0.6

11 years ago