grunt-manifast
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "grunt-manifast", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "A grunt plugin to assist in generating file manifests.", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -15,3 +15,3 @@ /* | ||
var template = ''; | ||
var templatePath = '.grunt/template.appcache'; | ||
var templatePath = './template.appcache'; | ||
if (!grunt.file.exists(templatePath)) { | ||
@@ -27,3 +27,3 @@ grunt.log.error('Template file "' + templatePath + '" not found.'); | ||
var mimetypes = {}; | ||
var mimetypesPath = '.grunt/mimetypes.json'; | ||
var mimetypesPath = './mimetypes.json'; | ||
if (!grunt.file.exists(mimetypesPath)) { | ||
@@ -30,0 +30,0 @@ grunt.log.error('Mime types file "' + mimetypesPath + '" was not found.'); |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
56861
1