- Switch back to chokidar. Argh
- Switch to pathwatcher
- Show port number on each build completion, if serving
- Update dependencies
- Gracefulify
fs, to avoid issues on Windows (#15) - Update dependencies
- Update to latest chokidar
- Don't mind me...
- More reliable error logging on Windows (#17))
- Handle sourcemap events (from gobble 0.10.0 and later)
- Fix logging bug with small terminals (#13))
- Expect locally-installed gobble version to be 0.9.0 or greater
- Squelch duplicate messages
- Respect terminal width better when printing messages
gobble --helpnow includesgobble watch- Very long messages are truncated
- Display
inputdirandoutputdirfor easier debugging, if these are provided in error messages - Prevent builds from hanging (regression with gobble 0.9.0)
- Helpful error on missing build definition
- Neater terminal messages
- If
gobble buildfails, it does so with a non-zero error code - Current command (i.e.
serve,buildorwatch) is added to environment asGOBBLE_COMMAND
Thanks to evs-chris for these additions
- Include
sorceryas a dependency in package.json
- Environment defaults to 'development' for
gobble/gobble watch, 'production' forgobble build
- Fixes broken plugin auto-installation
- gobble-cli will attempt to print code that causes transformations to fail (e.g. syntax errors), and will trace back to the original file if sourcemaps are present (requires gobble 0.7.1 to be installed locally)
- BREAKING - requires gobble 0.7.0 or higher. Tasks should emit
infoevents with message codes, rather than strings. gobble watch <dir>writes the project to<dir>and updates it on file change- More readable console output
- Add
gobble --helpcommand - Fix error handling in bad builds
- Started maintaining a changelog