linkedin / dustjs

Asynchronous Javascript templating for the browser and server
http://dustjs.com
MIT License
2.91k stars 479 forks source link

add bower.json descriptor to facilitate loading module with bower package manager #365

Closed vovacodes closed 10 years ago

vovacodes commented 11 years ago

It will be great to add bower.json descriptor to the project. That will simplify loading dustjs with bower package manager especially by means of some grunt plugins (e.g. grunt-bower-task). Proper main property allow tools to figure out what is the actual dependency file and copy that (without boilerplate) into libs directory of the project.

jimmyhchan commented 10 years ago

Fixed in #371