0.1.5 • Published 8 years ago

abricosjs v0.1.5

Weekly downloads
7
License
MIT
Repository
github
Last release
8 years ago

abricos.js

Abricos.js is a effective framework to work with a template

Setup

  1. Install NodeJS, if you don't have it yet.
  1. Install global dependencies:

    ```

    sudo npm install -g grunt-cli yuidocjs bower

    ```
  2. Install local dependencies:

    ```

    npm install

    ```
  3. Initialize dependencies:

    ```

    grunt init

    ```

Release

  • Generate a zip file:

    ```

    grunt zip

    ```
  • Build modules and generate a release zip file:

    ```

    grunt release

    ```