Skip to content

Commit

Permalink
Remove minifying middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
ediblecode committed May 11, 2017
1 parent 67a2f75 commit 4242963
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
4 changes: 0 additions & 4 deletions server/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,6 @@ app.use(function (req, res, next) {
// Serve favicon with caching
app.use(favicon(path.join(__dirname, "../src/assets/favicon.ico")));

// Minify HTML (strip whitespace) for a) speed & b) grid system
app.use(require("./middlewares/render-minified"));


// Webpack
var compiler = webpack(webpackConfig);
app.use(webpackMiddleware(compiler, { publicPath: "/javascripts/" }));
Expand Down
24 changes: 0 additions & 24 deletions server/middlewares/render-minified.js

This file was deleted.

0 comments on commit 4242963

Please sign in to comment.