@sparkbox/cachebust
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -60,3 +60,3 @@ #!/usr/bin/env node | ||
if (sourceFiles.length < 1) { | ||
console.log('Please specify valid source files.', ); | ||
console.log('Please specify valid source files.'); | ||
errors = true; | ||
@@ -63,0 +63,0 @@ } |
{ | ||
"name": "@sparkbox/cachebust", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A simple cache buster", | ||
@@ -5,0 +5,0 @@ "bin": { |
@@ -35,7 +35,7 @@ # cachebust | ||
"cachebust": { | ||
"target": [ | ||
"source": [ | ||
"path/to/source/css/style.css", | ||
"path/to/source/js/script.js" | ||
], | ||
"source": [ | ||
"target": [ | ||
"path/to/target/template.html" | ||
@@ -55,7 +55,7 @@ ] | ||
"cachebust": { | ||
"target": [ | ||
"source": [ | ||
"path/to/source/css/style.css", | ||
"path/to/source/js/script.js" | ||
], | ||
"source": [ | ||
"target": [ | ||
"path/to/target/template.html" | ||
@@ -62,0 +62,0 @@ ] |
7879