0.0.1 • Published 10 years ago

metageo-frontend v0.0.1

Weekly downloads
2
License
AGPL
Repository
github
Last release
10 years ago

Metgeo-Frontend Build Status

A single page web frontend built on backbone for metageo.

Installation

By default the front-end is installed with metageo but if you want to install it separately
npm install metageo-frontend

Then add metageo-fronted to your config file under plugins

Building

You need to have grunt installed
npm install -g grunt-cli

Then to build the uncompressed devolpment version grunt

To build the compressed production version
grunt prod

Testing

You need to have capser.js installed npm install -g casperjs

Then to run the tests grunt test