lee-houghton / dusterjs

Node script to watch & compile directory of dust.js templates
4 stars 4 forks source link

Updated dustjs-linkedin version in package.json #4

Closed psyklopz closed 9 years ago

psyklopz commented 9 years ago

This adds support for @all and @none helpers

lee-houghton commented 9 years ago

Thanks :+1:

If you're using a lot of dust, you might want to check out something like webpack for compiling your dust and javascript files together, as well as nice things like lazy loading.