Merge pull request #362 from terakilobyte/staging

Configure for production on DO.
This commit is contained in:
Nathan
2015-04-24 19:12:12 -04:00
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

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

2
app.js
View File

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