twilson63 / express-coffee

A Template for NodeJs Application using Express, CoffeeScript, Jade, Stylus, Nib
http://twilson63.github.io/express-coffee
MIT License
626 stars 152 forks source link

Changing connect-assets dependency to 2.1.4 (for Heroku support) #5

Closed JorritPosthuma closed 12 years ago

JorritPosthuma commented 12 years ago

Changing connect-assets dependency to 2.1.4, because 2.1.5 requires connect-file-cache 0.2.4 which in turn requires node >= 0.6.1. Heroku runs 0.4.7.

twilson63 commented 12 years ago

Thanks

Also, if you want to run node 6.1 on Heroku, check out this article!

http://blog.superpat.com/2011/11/15/running-your-own-node-js-version-on-heroku/


heroku create --stack cedar --buildpack http://github.com/metadaddy-sfdc/heroku-buildpack-nodejs.git