- remove .gitignore from scaffold since npm does weird renaming stuff
- use gulp-if instead of gulp-filter which wasnt using correct file paths
- use _.merge for CLI options to avoid undefined overwriting actual values
Elm Factory has an official domain now! http://elm-factory.io/
- removed
--main
option fromdev
command. Files are now watched when you browse to them - added
--proxy
option todev
command - added
--proxy-rewrite
option todev
command - added
--minify
option tobuild
command - added
--asset-tag
option tobuild
command build
now generates an index.html file- better output overall
- added ora for pretty spinners!!
- spinners!
- spinners!!!
init
andbuild
commands now work with absolute paths- fixed messaging when tasks break
- better elm-reactor process management
- express > browser-sync
- gulp-elm > gulp-elm-basic
- browser-sync/chokidar for watching instead of gulp/gaze
- more spec coverage
- add uglify to the build-main pipeline
- the dev template file generated with init now uses an absolute css path
- temporarily remove the html build task