connect-assetmanager
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -99,3 +99,3 @@ var fs = require('fs') | ||
} | ||
if (file.match(/^http:\/\//)) { | ||
if (file.match(/^https?:\/\//)) { | ||
return; | ||
@@ -263,3 +263,3 @@ } | ||
var isExternal = false; | ||
if (file && file.match(/^http:\/\//)) { | ||
if (file && file.match(/^https?:\/\//)) { | ||
isExternal = true; | ||
@@ -266,0 +266,0 @@ } |
{ | ||
"name" : "connect-assetmanager", | ||
"description" : "Middleware for Connect (node.js) for handling your static assets.", | ||
"version" : "0.0.23", | ||
"version" : "0.0.24", | ||
"author" : "Mathias Pettersson <mape@mape.me>", | ||
@@ -6,0 +6,0 @@ "engines" : ["node"], |
36424