Comparing version 0.0.8 to 0.0.9
@@ -46,3 +46,3 @@ // todo 用更好的方式继承 app.response. | ||
// prototols.destroy(); | ||
res = finish = null; | ||
res = finish = bigpipe = prototols = engine = null; | ||
done(); | ||
@@ -73,6 +73,6 @@ }; | ||
res.write(output); | ||
isQuickingMode || res.write(output); | ||
// then chunk out pagelets | ||
return bigpipe.render(res, finish.bind(this, null, clouser)); | ||
return bigpipe.render(res, finish.bind(this, null, isQuickingMode ? '' : clouser)); | ||
} | ||
@@ -79,0 +79,0 @@ |
{ | ||
"name": "yog-view", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "An express.js middleware for optimizing the order of js\\css output, and enabling render template in bigpipe mode.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
13798