sindresorhus / gulp-nunjucks

Precompile Nunjucks templates
MIT License
152 stars 20 forks source link

How can I use this to precompile all files in templates folder into a single templates.js for use in browser? #13

Closed smohadjer closed 8 years ago

smohadjer commented 8 years ago

How can I use this to precompile all files in templates folder into a single templates.js for use in browser?

smohadjer commented 8 years ago

Nevermind, figured it out using gulp-concat.