Skip to content

v1.4.3

Choose a tag to compare

@brousalis brousalis released this 21 Mar 16:12
· 57 commits to master since this release

Big changes:

  • Tons of new config options, see their defaults here
  • Support for any Gulp based html preprocessor (gulp-haml, gulp-jade, gulp-slim). Configured above
  • Removed Angular and CoffeeScript on-by-default enhancements
  • Added support for custom import order for JS files, configured through scripts.inject

Commits:

  • REFACTOR rename paths (94838)
  • BUGFIX fix the deploy task (166be)
  • REFACTOR clean up the new custom build folder task (6fccf)
  • FEATURE adds a custom build folder option (a5d46)
  • FEATURE added github release config options (896c2)
  • BUGFIX fix when config.preprocesor isnt set (66e09)
  • TEMP temporary fix for the template preprocessing (3a15e)
  • BUGFIX fix issue with not setting a html preprocessor (cdd82)
  • FEATURE add option to turn off gzip/archiving (8bbcf)
  • BUGFIX fix files copied from misc folder on build (5a766)
  • FEATURE add option to turn off html minification (ffbb8)
  • BUGFIX remove vendor from build task (0f35d)
  • FEATURE break out env file into its own inject just incase (3e0c1)
  • FEATURE sass globbing and better inject support for scripts (8d65e)
  • FEATURE add option to specify script inject order (91143)
  • BUGFIX fix issue with deep merge on defaults and config (9db56)
  • BUGFIX add misc task (9d96b)
  • BUGFIX fix issue with build stream and vendor (9e670)
  • BUGFIX fix issues with new preprocessor config (b205d)
  • FEATURE exposed a ton more options through config (d2120)
  • BUGFIX fix styles to reload if they are in pods (23a08)
  • BUGFIX fix issues with new manifest lib (e4bab)
  • FEATURE fixed vendor support (71a4f)
  • BUGFIX fix eco template compilation (6980a)
  • FEATURE better support for JST/ECO (abf12)
  • FEATURE add JST syntax support (3001c)
  • BUGFIX new browsersync syntax and version (c27dd)
  • BUGFIX remove debugging statement from initializer (d8647)
  • REFACTOR clean up some comments and messages (f176f)
  • FEATURE support non angular dotenv environments (34e82)
  • FEATURE add angular specific feature config variable (34b52)
  • REFACTOR use the manifest lib instead of util (85821)
  • REFACTOR progress on image task (81da1)
  • BUGFIX add files to gitignore (23e9d)
  • REFACTOR work on splitting manifest out (361b7)
  • FEATURE watch for bower package changes and reload (e6841)
  • FEATURE watch folder for image additions and optimize them (6062d)
  • REFACTOR clean up env file util helpers (43393)
  • BUGFIX new browser-sync syntax (dd693)
  • BUGFIX reload root index html files on changes (d2455)
  • RELEASE v1.4.1 (521bc)