Releases: tnguyen14/tobiko
Releases · tnguyen14/tobiko
Archive and test
A brand new version of tobiko
- Release tobiko as an official grunt plugin.
- Created generator-tobiko to scaffold tobiko projects quickly.
- Updated the README.
- Changed task name from
handlebars_html
togenerate_html
. - Remove extension from basename.
- Add support for
filename
andfileext
in content. - Updated dependencies.
- Truly cascading environment configs.
A new way to include tobiko in your project
- Tobiko can now be contained in a
tobiko
directory in your project as agit subtree
. - Project-specific configuration can be declared in
tobiko.json
. - See tobiko-example