We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4d985 commit 30a3182Copy full SHA for 30a3182
1 file changed
app.coffee
@@ -3,7 +3,6 @@
3
express = require 'express'
4
app = express.createServer()
5
port = process.env.PORT || 3000
6
-view = require './src/views'
7
path = require 'path'
8
9
app.configure 'production', () ->
0 commit comments