gyr0tron / orion-hack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grunt Boilerplate

Install grunt globally

npm install grunt -g

Install all the node packages

npm install

Concatenate and compile js and sass

grunt dev

Watch files changes

grunt watch

Compiles and minifies for production

grunt build

About

License:MIT License


Languages

Language:PHP 47.2%Language:JavaScript 36.2%Language:Hack 12.4%Language:CSS 4.2%