Skip to content

v0.4.0 - Configuration Improvements

Choose a tag to compare

@Cosrnos Cosrnos released this 09 Dec 03:08
· 11 commits to master since this release

Public Changes

  • 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.