From 96ca214f5ec2a2675c33bbc230486c94d1ef9e40 Mon Sep 17 00:00:00 2001 From: Nick Pack Date: Sat, 16 Nov 2013 23:40:50 +0000 Subject: [PATCH] Typical jcazzoism --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 1d4fc9a..8b746ee 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -25,7 +25,7 @@ module.exports = function(grunt) { options: { absoluteFilePathsForFormatters: true, formatters: [ - { id: 'csslint-xml', dest: 'build/csslint.xml' } + { id: 'lint-xml', dest: 'build/csslint.xml' } ] }, src: ['build/css/Ribs.css']