Skip to content

Commit f2ac4b6

Browse files
committed
Merge branch 'master' of github.com:DaftMonk/generator-angular-fullstack
2 parents 9403ee2 + 69b9cdb commit f2ac4b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/express/config/express.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ module.exports = function(app) {
2929
});
3030

3131
app.configure('production', function(){
32+
app.use(express.compress());
3233
app.use(express.favicon(path.join(config.root, 'public', 'favicon.ico')));
3334
app.use(express.static(path.join(config.root, 'public')));
3435
app.set('views', config.root + '/views');

0 commit comments

Comments
 (0)