Configure for production on DO.

This commit is contained in:
terakilobyte
2015-04-24 19:11:17 -04:00
parent 8c0d9de962
commit e7371b0a7b
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -9,6 +9,7 @@ lib-cov
*.swp
.floo
.flooignore
builtAssets/
*.env
pids

2
app.js
View File

@ -102,6 +102,8 @@ app.use(connectAssets({
path.join(__dirname, 'public/css'),
path.join(__dirname, 'public/js')
],
build: false,
buildDir: false,
helperContext: app.locals
}));
app.use(logger('dev'));