1.1.0 • Published 9 years ago

duster v1.1.0

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

duster npm.io

Prime the dust.cache

Single location:

var duster = require('duster');
duster.prime(/* path to parent directory of templates */, function(err) {
  // duster.dust.cache now populated
});

Multiple locations:

var duster = require('duster');
duster.prime([{
    path: 'path to parent directory of templates',
    namespace: 'template name prefix'
  }], function(err) {
  // duster.dust.cache now populated
});
1.1.0

9 years ago

1.0.0

10 years ago

0.4.0

10 years ago

0.3.2

11 years ago

0.2.2

11 years ago

0.2.1

11 years ago

0.2.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago