Skip to content

simbiotica/gi-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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