akdubya / dustjs

Asynchronous templates for the browser and node.js
http://akdubya.github.com/dustjs/
MIT License
1.44k stars 131 forks source link

different instances of dust #37

Closed jifeon closed 12 years ago

jifeon commented 12 years ago

I use dust in my framework which can be used by few aplications at the same time. Each application uses unique dust.cache and that makes conflicts, cause I index views in cache by relative paths to them. I want dust can to make several instances of itself.

ps: sory for my english