AngularJS seed project using Browserify, Bourbon, Susy, and Gulp. Inspired by ngBoilerplate.
Install npm then:
$ git clone https://github.com/willogden/angular-acorn.git
$ cd angular-acorn
$ sudo npm -g install gulp bower
$ npm install
$ bower install
$ gulp build
Then open file:///path/to/angular-acorn/dist/index.html
in your browser. Here's a demo
- Application structure based on Google's recent "Best Practice" document
- Gulp for super fast task running and build automation
- Browserify to handle dependency management
- Bourbon to provide some nice pure Sass mixin's
- Susy for great semantic grids using (Breakpoint)[http://breakpoint-sass.com/] for media query support
- Jasmine and Karma
- Removed IE8 compatiability, use 1.0.0 branch if you need this
- Angular updated to 1.3.x
- Source maps working properly for SASS and JS with ugligfy/compressed scss
- Added normalize as SASS import rather than CSS concat
- Removed option for build or dist releases...working source maps negated need for this