Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

angular-ui/angular-google-maps

 
 

Repository files navigation

angular-google-maps

Build Status

This is the angular google maps website branch. This is where you'll find sources for the official website including the API documentation and the live example.

Feel free to open pull requests to improve the docs.

The website is built using yo and generator-angular. To run the site locally, you'll need bower and grunt in your path;

$ git clone https://github.com/angular-ui/angular-google-maps
$ cd angular-google-maps
$ git checkout website
$ npm install 
$ bower install
$ grunt server

Deployment

grunt gh-pages

Basic Build

grunt build

Prod Build (minifies and all that jaz)

grunt prod_build

Serve the Files

grunt s or grunt server