make node.js binary available to the Python lang pack#24
make node.js binary available to the Python lang pack#24yaniv-aknin wants to merge 1 commit intoheroku:masterfrom
Conversation
Cheerfully inspired by how the Ruby buildpack does it (and uses the same binary, only stored in an Audish bucket so it won't get swapped under our feet). See also: heroku/heroku-buildpack-ruby@c5430bc
|
There's a workaround for PyExecJS 1.0.0 here that apparently isn't needed anymore. Just FYI if you want to leave it in or not. |
|
I don't think I'm going to be able to merge this. Ruby's node bundling is a tad controversial, but since node is technically a dependency of Rails (because of the coffeescript support), it had to be included. I'm curious to know what your use case is, though. |
|
CoffeeScript support :) Ruby vendors Node if "execjs" is in Gemfile. This way I can share validation code client/server side, and execute coffee On Friday, January 13, 2012, Kenneth Reitz <
|
|
I'll consider adding this if that module sees real traction/usage. In the meantime, running this as your own buildpack is definitely best. That's what custom buildpacks are for :) |
Cheerfully inspired by how the Ruby buildpack does it (and uses the same
binary, only stored in an Audish bucket so it won't get swapped under
our feet).
See also:
heroku/heroku-buildpack-ruby@c5430bc