Skip to content

Commit

Permalink
Adding the ability to require coffeescript files. Moved init to boot.…
Browse files Browse the repository at this point in the history
…js, which calls web.coffee
  • Loading branch information
outworlder committed Mar 21, 2012
1 parent d419b7c commit 9139d07
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: node web.js
web: node boot.js
2 changes: 2 additions & 0 deletions boot.js
@@ -0,0 +1,2 @@
require('coffee-script');
require('./web.coffee')
File renamed without changes.

0 comments on commit 9139d07

Please sign in to comment.