Releases: atticoos/gulp-ng-config
Releases · atticoos/gulp-ng-config
v1.4.0
v1.2.0
v1.1.0
v1.0.0
Feature: Plugin options
Feature: Option to create the angular module
Feature: Option to add/override constants
Feature: Option to wrap the module with an IIFE or custom template
Breaking Changes:
gulpNgConfig('moduleName', constants)
has been changed to
gulpNgConfig('moduleName', options)
The constants that would normally be passed as a second argument should be defined as a property in an options object, with the key constants
. More details on this implementation in README.md