angular-coffee-seed
angular-coffee-seed copied to clipboard
AngularJS seed based on grunt JavaScript tasks runner and bower a package manager for the web
see: - https://github.com/witoldsz/angular-http-auth - http://stevendick.github.io/blog/2012/10/01/angularjs/ - http://gal-levinsky.blogspot.com/2011/08/spring-security-3-ajax-login.html - https://medium.com/opinionated-angularjs/7bbf0346acec
see `- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1280x1024x16" `
...and provide better directory structure, for example ``` target/ /dev /test /prod ``` take some ideas from https://github.com/lucassus/angular-seed/issues/74
see https://github.com/lucassus/angular-seed/commit/445f55cd39fd99e1c0a95ffad158df84803a1186#commitcomment-4830187 and https://github.com/mathiasbynens/grunt-template and http://www.ng-newsletter.com/advent2013/#/day/5 ``` javascript // Gruntfile var env = process.env.ENV || 'development'; var config = require('./config/' + env + '.json'); grunt.initConfig({ // ... 'template': { 'config':...
see https://github.com/rtorr/angular-bootstrap/blob/master/Gruntfile.js#L325
inspired by http://codetunes.com/2013/server-form-validation-with-angular/#!