v1.4.3
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:
REFACTORrename paths (94838)BUGFIXfix the deploy task (166be)REFACTORclean up the new custom build folder task (6fccf)FEATUREadds a custom build folder option (a5d46)FEATUREadded github release config options (896c2)BUGFIXfix when config.preprocesor isnt set (66e09)TEMPtemporary fix for the template preprocessing (3a15e)BUGFIXfix issue with not setting a html preprocessor (cdd82)FEATUREadd option to turn off gzip/archiving (8bbcf)BUGFIXfix files copied from misc folder on build (5a766)FEATUREadd option to turn off html minification (ffbb8)BUGFIXremove vendor from build task (0f35d)FEATUREbreak out env file into its own inject just incase (3e0c1)FEATUREsass globbing and better inject support for scripts (8d65e)FEATUREadd option to specify script inject order (91143)BUGFIXfix issue with deep merge on defaults and config (9db56)BUGFIXadd misc task (9d96b)BUGFIXfix issue with build stream and vendor (9e670)BUGFIXfix issues with new preprocessor config (b205d)FEATUREexposed a ton more options through config (d2120)BUGFIXfix styles to reload if they are in pods (23a08)BUGFIXfix issues with new manifest lib (e4bab)FEATUREfixed vendor support (71a4f)BUGFIXfix eco template compilation (6980a)FEATUREbetter support for JST/ECO (abf12)FEATUREadd JST syntax support (3001c)BUGFIXnew browsersync syntax and version (c27dd)BUGFIXremove debugging statement from initializer (d8647)REFACTORclean up some comments and messages (f176f)FEATUREsupport non angular dotenv environments (34e82)FEATUREadd angular specific feature config variable (34b52)REFACTORuse the manifest lib instead of util (85821)REFACTORprogress on image task (81da1)BUGFIXadd files to gitignore (23e9d)REFACTORwork on splitting manifest out (361b7)FEATUREwatch for bower package changes and reload (e6841)FEATUREwatch folder for image additions and optimize them (6062d)REFACTORclean up env file util helpers (43393)BUGFIXnew browser-sync syntax (dd693)BUGFIXreload root index html files on changes (d2455)RELEASEv1.4.1 (521bc)