diff --git a/gruntfile.js b/gruntfile.js index 69499a1..95a2950 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -74,7 +74,7 @@ module.exports = function(grunt) { outputJson: true }, files: { - 'ignore/output.json': ['test/example/style.css', 'test/example/shorthand.css'] + 'ignore/output.json': ['test/example/no-duplicates.css'] } } }