Bugs
- Fix grunt tasks for Windows
Bugs
- Handling bad dust syntax gracefully and returning the dust compile error as callback error.
Features
- Switch to use graceful-fs for managing larges numbers of files.
- Add
editable
flag to manually override metadata rendering per tag. - Update dev deps
- Documentation
Features
- Now caches template functions instead of compiled template strings.
Features
- Redefine old mode=json to mode=paired and add new mode=json that generates true JSON objects
Bugs
- Fix issue #18 where missing key attribute crashes process.
- First crack at fixing issue #9 wherein grunt tasks does not use fallback when bundle not found.
Features
- Simplify caching.
Bugs
- Fix path separator issues for cross-platform grunt tasks.
Features
- None