Comparing version 0.0.9 to 0.1.0
10
index.js
@@ -131,2 +131,7 @@ var http = require("http"); | ||
} | ||
/* | ||
* weinre设置 | ||
*/ | ||
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre); | ||
if (req.headers[ifModifiedSince] && lastModified === req.headers[ifModifiedSince]) { | ||
@@ -178,7 +183,2 @@ //console.log(req.url + " 304"); | ||
} | ||
/* | ||
* weinre设置 | ||
*/ | ||
toolsConf && toolsConf.weinre && injectWeinre(realPath, ext, res, toolsConf.weinre) | ||
} | ||
@@ -185,0 +185,0 @@ } |
@@ -35,3 +35,3 @@ { | ||
"scripts": {}, | ||
"version": "0.0.9" | ||
"version": "0.1.0" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26325