You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration variables are no longer case sensitive! However, it's best to use lower case names as we may be moving toward preferring lower case config variables
PACKAGE_NAME now defaults to the name definition in Package.json if available
BUILD_DESTINATION configuration option renamed to TEMP_FOLDER
DIST_FOLDER renamed to SCRIPT_PATH
BUILD_TARGET added
TEST_DESTINATION removed
Internal Changes
All virtuals renamed to be more verbose. All virtuals now prefixed with '_' character
Config virtuals are now object properties
Config moved to its own folder
Config loader now uses RSVP Promises to control flow. The loader is still synchronous, however, as asynchronous task definition is not currently supported by gulp.