Skip to content

Commit

Permalink
Configure for production on DO.
Browse files Browse the repository at this point in the history
  • Loading branch information
terakilobyte committed Apr 24, 2015
1 parent 8c0d9de commit e7371b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ lib-cov
*.swp
.floo
.flooignore
builtAssets/

*.env
pids
Expand Down
2 changes: 2 additions & 0 deletions app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
Expand Down

0 comments on commit e7371b0

Please sign in to comment.