Skip to content

Commit 5bb3843

Browse files
committed
tabs to spaces
1 parent 23bb30a commit 5bb3843

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

app.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ view = require './src/view'
77
path = require 'path'
88

99
app.configure 'production', () ->
10-
app.use(express.logger({format: ':method :url'}))
11-
app.use(express.static(path.join(__dirname, 'src/public')))
12-
app.use(stylus.middleware({src: path.join(__dirname, 'src/public')}))
10+
app.use(express.logger({format: ':method :url'}))
11+
app.use(express.static(path.join(__dirname, 'src/public')))
12+
app.use(stylus.middleware({src: path.join(__dirname, 'src/public')}))
1313

1414
app.set 'views', path.join(__dirname, '/src/views')
1515
app.set 'view engine', 'jade'

0 commit comments

Comments
 (0)