From 892b855cbdb417c2bb66ac7a139f98e8f4957c7b Mon Sep 17 00:00:00 2001 From: Peter Keating Date: Fri, 27 Feb 2015 16:26:41 +0000 Subject: [PATCH] updated output to JSON test to use CSS file that has no issues. (#14). --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] } } }