Skip to content

Commit

Permalink
use compress middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
selaux committed Mar 23, 2014
1 parent e8f6c44 commit 8a90370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/webinterface.js
Expand Up @@ -41,6 +41,7 @@ module.exports = Module.extend({
webinterface.use(express.logger('dev'));
webinterface.use(express.bodyParser());
webinterface.use(express.methodOverride());
webinterface.use(express.compress());
webinterface.use(webinterface.router);

webinterface.use(stylus.middleware({
Expand Down

0 comments on commit 8a90370

Please sign in to comment.