generator-angular-xl icon indicating copy to clipboard operation
generator-angular-xl copied to clipboard

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

Open kennethlynne opened this issue 10 years ago • 0 comments

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"
    ]

kennethlynne avatar Apr 12 '14 19:04 kennethlynne