shannonmoeller / handlebars-wax

The missing Handlebars API for data, partials, helpers, and decorators.
http://npm.im/handlebars-wax
MIT License
40 stars 9 forks source link

Change `bustCache` default to `true` #8

Closed shannonmoeller closed 8 years ago

shannonmoeller commented 8 years ago

I'm thinking about switching the bustCache default to true at this level. Having a hard time thinking of a situation where I wouldn't want that to happen with this lib.

https://github.com/shannonmoeller/handlebars-wax/issues/6

shannonmoeller commented 8 years ago

Currently gulp-hb uses the following defaults and it makes sense that these should just be the defaults:

bustCache: true,
cwd: process.cwd()

This is a breaking change and will result in a major bump to v4.0.0.

shannonmoeller commented 8 years ago

Published as v4.0.0.