Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.48 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.48 KB

Coffeescript Buildpack Changelog

v1 (2015-09-30)

Forked from https://github.com/heroku/heroku-buildpack-nodejs (v81), and updated to detect and compile coffeescript apps.

v81 (2015-09-24)

Supports WEB_CONCURRENCY=28 for Performance-L dynos

v80 (2015-08-14)

Fixes not defaulting to NODE_ENV=production during runtime

v79 (2015-08-10)

Supports WEB_CONCURRENCY for Performance-M dynos

v78 (2015-07-24)

Defaults node environment to 'production'; bugfixes

  • Fix runtime signature cache invalidation
  • Provide error messaging for un-downloadable binaries
  • Default to NODE_ENV=production for both build and runtime
  • heroku/heroku-buildpack-nodejs#60

v77 (2015-07-15)

Npm bootstrapping skipped when using iojs.

v76 (2015-06-23)

Refactor to bring caching logic to the forefront.

v75 (2015-04-24)

Updated build failure and help messaging.

v74 (2015-04-24)

Updated messaging.

v73 (2015-04-24)

Disables cache restoration if node_modules already exists.

v72 (2015-04-23)

Accepts cacheDirectories array in package.json to override default node_modules caching.