akdubya / dustjs

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

Feature: Add AMD support #31

Open ryanflorence opened 13 years ago

ryanflorence commented 13 years ago

Would love an AMD version of dust that works with RequireJS that kicked out AMD compiled templates as well.

Baggz commented 12 years ago

+1

holzmann commented 12 years ago

+1

jeffbski commented 12 years ago

I have a requirejs version on my 'amd' branch here

https://github.com/jeffbski/dustjs/tree/amd

It just returns the standard compiled functions though.

vybs commented 12 years ago

@jeffbski would you mind doing a pull request for https://github.com/linkedin/dustjs.git

jeffbski commented 12 years ago

@vybs sure. I haven't checked out the new linkedin version yet, but had planned on doing so. I will work on this first chance I get.

vybs commented 12 years ago

@jeffbski thank you.