Comparing version 0.2.3 to 0.2.4
@@ -53,3 +53,3 @@ { | ||
"scripts": {}, | ||
"version": "0.2.3" | ||
"version": "0.2.4" | ||
} |
@@ -91,5 +91,7 @@ # gulp-bird | ||
weinre: { | ||
open: true, | ||
open: true, //和移动调试工具条中的vconsole冲突, 当为true时vconsole自动关闭 | ||
port: 9001 | ||
} | ||
}, | ||
showTools: true //移动端调试工具条,PC端开发可关闭 | ||
}; | ||
@@ -96,0 +98,0 @@ |
@@ -27,3 +27,5 @@ exports.parseRange = function (str, size) { | ||
tmpArr.forEach(function(item, index) { | ||
obj[item.match(/^[^=]*(?==)/)[0]] = item.match(/=(\S*)/)[1] | ||
if (item.match(/^[^=]*(?==)/)) { | ||
obj[item.match(/^[^=]*(?==)/)[0]] = item.match(/=(\S*)/)[1] | ||
} | ||
}); | ||
@@ -30,0 +32,0 @@ return obj; |
191373
3030
115
60