Comparing version 0.1.5 to 0.1.6
@@ -0,0 +0,0 @@ var layer = require('./lib/layer.js'); |
@@ -0,0 +0,0 @@ var Transform = require('stream').Transform; |
@@ -403,3 +403,3 @@ var path = require('path'); | ||
} | ||
if (dep.type === 'js') | ||
if (dep.type === 'js' && res.uri !== framework) | ||
jsList.push(res.uri); | ||
@@ -406,0 +406,0 @@ else if (dep.type === 'css') |
@@ -0,0 +0,0 @@ var _ = module.exports = {}; |
{ | ||
"name": "yog-view", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"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", |
@@ -0,0 +0,0 @@ yog-view |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
22210