grunt-appolo-assets-url-replace
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "grunt-appolo-assets-url-replace", | ||
"description": "Grunt task to replace assets urls with absolute path", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Roman Svichar", |
@@ -14,2 +14,5 @@ | ||
String.prototype.startsWith = function(pattern) { | ||
return this.lastIndexOf(pattern, 0) === 0; | ||
} | ||
@@ -16,0 +19,0 @@ grunt.registerMultiTask('assetsurlreplace', 'Grunt task to replace assets urls with absolute path', function() { |
129
6885
7