express-compiless
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -37,3 +37,3 @@ var Path = require('path'), | ||
if (ifNoneMatch.indexOf(newETag) !== -1) { | ||
if (ifNoneMatch && ifNoneMatch.indexOf(newETag) !== -1) { | ||
return res.send(304); | ||
@@ -40,0 +40,0 @@ } |
{ | ||
"name": "express-compiless", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Express middleware that compiles less files to css on the way out.", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
9199