kennethlynne / generator-angular-xl

An opinionated kickstarter for your next large scale AngularJS application
http://kennethlynne.github.io/generator-angular-xl/
92 stars 12 forks source link

Specify special attributes in resources.json references to tell if they should be excluded etc #126

Open kennethlynne opened 10 years ago

kennethlynne commented 10 years ago

Refactor resources.json.

    "external": [
      "bower_components/log/log.js"
    ],
    "externalExcludeFromBuild": [
      "bower_components/angular-mocks/angular-mocks*.js"
    ],

Should rather become

    "external": [
      "bower_components/log/log.js",
      "[ no-build | no-min ]bower_components/angular-mocks/angular-mocks*.js"
    ]