Skip to content

Releases: dustinspecker/generator-ng-poly

v0.2.13

05 Sep 01:22
Compare
Choose a tag to compare
  1. Splits up Gulpfile
  2. Gulp now uses wiredep for injecting Bower components

v0.2.12

03 Sep 00:20
Compare
Choose a tag to compare
  1. Revision file names after uglifying
  2. Update generated dependencies
    • gulp-inject not updated due to an error with populating karma.config.js

v0.2.11

01 Sep 19:46
Compare
Choose a tag to compare
  1. When running in production, create a vendor.css with all vendor CSS and put all custom CSS in app.css
  2. When in production, Gulp will revision the minified file names for cache busting purposes

v0.2.10

01 Sep 12:14
Compare
Choose a tag to compare
  1. When running Gulp in production, templates are put into $templateCache as part of the module in app.{coffee,js}.

v0.2.9

31 Aug 23:51
Compare
Choose a tag to compare
  1. Fixes an issue with not compiling Polymer components written in CoffeeScript
  2. Concatenates vendor files into vendor.js
    • platform.js isn't included as it's injected into the head instead of the body

v0.2.8

31 Aug 04:00
Compare
Choose a tag to compare
  1. Generator notifies user when an update exists
  2. CoffeeScript support
    • Supports all JavaScript functionality provided by the generator
    • Doesn't support code coverage, ibrik uses CoffeeScript redux
    • Uses a forked gulp-angular-filesort, but this will change when a pull request is accepted

v0.2.7

28 Aug 23:22
Compare
Choose a tag to compare
  1. Add Gulp task for jscs
  2. Use gulp-load-plugins to prevent manually requiring Gulp plugins
  3. Update Polymer, paper, and core elements in generated bower.json

v0.2.6

27 Aug 22:26
Compare
Choose a tag to compare
  1. When using passed functions, indent code within IIFE
  2. When adding a module dependency, indent based on surrounding spaces

v0.2.5

26 Aug 00:50
Compare
Choose a tag to compare
  1. Add ability to add components to top module
    • By specifying app.js as the module, the new component will be created in app/

v0.2.4

23 Aug 23:12
Compare
Choose a tag to compare
  1. Fixed issue with passing options with a value of false