Comparing version 0.0.4 to 0.0.5
@@ -71,3 +71,3 @@ // todo 用更好的方式继承 app.response. | ||
engine.on('end', function(output) { | ||
output = output || bufs.pop(); | ||
output = output || bufs.pop() || ''; | ||
@@ -74,0 +74,0 @@ var identify = '</body>'; |
{ | ||
"name": "yog-view", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"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", |
7069