Skip to content
vjsingh edited this page Apr 13, 2012 · 5 revisions

Deploying to Nodejitsu

Delete design.io in devDependencies as it will cause an issue. This issue has been flagged by nodejitsu.

Put this at the top of config/application.coffee:
if process.env.NODE_ENV == 'production'
Tower.Application::watch = ->
Tower.env = 'production'

Tower.js

Everything here will be reflected on http://towerjs.org/guides.

Clone this wiki locally