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
- build as generator (generator-angular-io)
CDN ready dist.
- index.web.html
- crossdomain.xml
- robots.txt
PhoneGap ready dist.
- index.device.html
- config.xml
API ready dist.
- index.php
- php/
- message compose
- scroll to load more
- encrypt client side, unreadable by web app. PGP?
- file upload (single / multi) via select or drag and drop.
- image upload with resizing and cropping before saving.
- AWS CORS support
- upload file from URL (requires proxy server due to browser security)
- support upload from third party services
- refactor code - seperate pages into services, remove controller.
- Connect into camerea to take photo
- User side encryption (for file upload). Mega?
Use willfarrell/grunt-usemin
and willfarrell/html-minifier
-> grunt/grunt-contrib-htmlmin
. 1 Apr 2013