- Update to
hogan.js
as of this commit
- hamstache_extensions and slimstache_extensions options - @AlexRiedler
- pass scope and locals to
haml
andslim
- @AlexRiedler
- YAML configuration support - @apai4
- slimstache support, use
HoganAssets::Config.slim_options
to set options forslim
- @sars - Silence tilt require warning
- Use
HoganAssets::Config.haml_options
to set options forhaml
- @lautis
- Use
HoganAssets::Config.template_namespace
to use a custom namespace for your templates - @adamstrickland
- Use
HoganAssets::Config.path_prefix
to strip a common path prefix from your template names
- #11 - Fix hamstache support, broken in 1.3.0
- #9 - Support lambda construct in mustache, set via
config.lambda_support = true