Skip to content

Latest commit

 

History

History
executable file
·
29 lines (16 loc) · 311 Bytes

README.md

File metadata and controls

executable file
·
29 lines (16 loc) · 311 Bytes

GI Compiler

Requeriments

  • Node 0.10+

Install globally dependencies:

npm install -g grunt-cli bower phantomjs

To install

npm install
bower install

To run

For development

grunt server

For production

grunt build

Deploy to gh-pages

grunt deploy