less-middleware
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -216,3 +216,3 @@ /*! | ||
checkImports(lessPath, function(changed){ | ||
if(changed.length) { | ||
if(typeof changed != "undefined" && changed.length) { | ||
log('modified import', changed); | ||
@@ -219,0 +219,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "LESS.js middleware for connect.", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
9279