parrot icon indicating copy to clipboard operation
parrot copied to clipboard

cache cannot be set to 0

Open ckknight opened this issue 12 years ago • 0 comments

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.

ckknight avatar Jun 09 '13 03:06 ckknight