ollym / parrot

A lightning fast and lightweight templating engine for Node.js
38 stars 7 forks source link

cache cannot be set to 0 #12

Open ckknight opened 11 years ago

ckknight commented 11 years ago

Since you have config.cache = config.cache || exports.config.cache;, you can't set cache to 0, you have to set it to a negative to get a similar effect.