/heroku-buildpack-nodejs-jspm

Heroku buildpack for Node.js and JSPM.

Primary LanguageShellMIT LicenseMIT

Heroku Buildpack for Node.js and JSPM

Fork of the official Node.js buildpack adding JSPM support and a jspm install step. This is for getting around Heroku's 60 second startup timeout.

It doesn't feature caching yet since it would need to read package.json to figure out where jspm_packages is.