- instrument walkSync times
- Add some info level logging (build summaries)
- improve logging, add some information at INFO level and not only DEBUG
- reduce package size with explicit
files
inpackage.json
- switch to heimdalljs-logger, allowing logs to show context within the broccoli graph
- update walk-sync, now correctly sorts directories
- update fs-tree, fixes the "rename only file in directory bug", possible performance improvements
- travis now tests against all versions of node that ember-cli supports
- remove leftover debugger
- add jshint to tests
- [logging] remove selfTime from counters
- improve debug logging, less verbose by default, but more verbose with opt-in DEBUG_VERBOSE=true
- revert FSTreeDiff update
- upgrade FSTreeDiff
- #50 Add ability to return an object (must be
JSON.stringify
able) fromprocessString
. - #50 Add
postProcess
hook that is called afterprocessString
(both when cached and not cached).
- Forked from broccoli-filter