akdubya / dustjs

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

remove require.paths #28

Open semanticprogrammer opened 13 years ago

semanticprogrammer commented 13 years ago

Starting from version 0.5.2 require.paths are not mutable. Please eliminate the following statement from server.js: require.paths.unshift(path.join(__dirname, '..'));

https://github.com/joyent/node/issues/1348

brianc commented 12 years ago

is this project dead?

semanticprogrammer commented 12 years ago

Yes, I believe the project is dead.

brianc commented 12 years ago

Bummer. This was my fav templating library since it worked so well in browsers. Perhaps we can fork & fix some of the v0.5.x incompatibilities?

semanticprogrammer commented 12 years ago

I already did it. It's working with v0.5.9. So you can use it. Please let me know if for some reasons you are going to develop Dust by yourself.

https://github.com/semanticprogrammer/dustjs