willfarrell / angular-io-app

A web app wrapper for those who love AngularJS and Twitter Bootstrap.
angulario.com
37 stars 7 forks source link

Angular.io - AngularJS + Bootstrap Build Status Dependencies devDependency Status

Usage

As few brew requirements if not installed:

brew install git git-flow closure-compiler openssl scrypt gpgme

If you don't have Yeoman 1.0 Beta install:

npm install -g yo grunt-cli bower karma

First make a new directory, and cd into it:

mkdir my-new-project && cd $_

Then fetch angular-io-app:

curl -OLk https://github.com/willfarrell/angular-io-app/tarball/master

Then extract angular-io-app:

tar -zxvf master && rm master
cp -rf willfarrell-angular-io-.../* ./ && rm -rf willfarrell-angular-io-...

Finally, install dependencies:

sh scripts/setup.sh

Build project:

grunt icon_convert
grunt
grunt deploy
grunt phonegap

To Do

build folders

dist-web

CDN ready dist.

dist-phonegap

PhoneGap ready dist.

dist-api

API ready dist.

Plugins

Follow

Massaging

To Do

Wishlist

Filepicker

Supports

To Do

Bugs

Wishlist

grunt

Use willfarrell/grunt-usemin and willfarrell/html-minifier -> grunt/grunt-contrib-htmlmin. 1 Apr 2013