grunt-montage
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "grunt-montage", | ||
"description": "Generate CSS sprite sheets and the corresponding stylesheet", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "James Allardice", |
@@ -27,4 +27,2 @@ module.exports = function (grunt) { | ||
console.log(cliOptions); | ||
// Iterate over all specified file groups. | ||
@@ -31,0 +29,0 @@ this.files.forEach(function (files) { |
30081
138