Skip to content

Commit

Permalink
Merge pull request #54 from jschilli/fix-middleware
Browse files Browse the repository at this point in the history
Resolves #53 remove serverMiddleware
  • Loading branch information
jschilli committed May 7, 2015
2 parents 22c8dc7 + 9b63dfd commit ddee111
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@ module.exports = {
testemMiddleware: function(app) {
this.middleware(app, { root: this.project.root });
},
serverMiddleware: function(options) {
this.app = options.app;
if(!this.validEnv()) { return; }
this.middleware(options.app, { root: this.project.root });
},
postprocessTree: function(type, tree) {
this._requireBuildPackages();

Expand Down

0 comments on commit ddee111

Please sign in to comment.