abricosjs
v0.1.5
Published
Abricos.js
Downloads
5
Readme
abricos.js
Abricos.js is a effective framework to work with a template
Setup
Install NodeJS, if you don't have it yet.
Install global dependencies:
[sudo] npm install -g grunt-cli yuidocjs bower ```
Install local dependencies:
npm install ```
Initialize dependencies:
grunt init ```
Release
Generate a zip file:
grunt zip ```
Build modules and generate a release zip file:
grunt release ```