truedat101 / nTPL

node.js Templating system
http://wiki.github.com/indutny/nTPL/ https://github.com/indutny/nTPL
MIT License
1 stars 1 forks source link

Migrate nTPL to Node.js 0.10.x and node-gyp build system #2

Closed truedat101 closed 3 weeks ago

truedat101 commented 10 years ago

We are still on node-waf.

Apparently one can install node-waf as an npm module.

Might make sense though to move to the replacement, node-gyp.

truedat101 commented 3 weeks ago

Someone did a port to node-gyp: https://github.com/vanng822/nTPL

Try it.

truedat101 commented 3 weeks ago

I really don't want to install any node.js before v1.0 lol. This is bad. So try to just port this forward if possible.

truedat101 commented 3 weeks ago

So the node api has changed so much in the area of v8 the old code is unusable. The concepts have gotten a bit more stable but the old v8 code really won't port simply. This will need a rewrite using the new apis. I'll update the discussion in a new bug. Will close this, as I can checkin the changes needed for the build system changes.