From 75612131855c0efed37a1a8573d8f4fbb013c0de Mon Sep 17 00:00:00 2001 From: Tyler Rollins Date: Sun, 2 Oct 2016 18:52:12 -0700 Subject: [PATCH] remove unnecessary coma --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 05c94287c..b72187e4b 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -123,7 +123,7 @@ module.exports = function (grunt) { csslintrc: 'build/less/.csslintrc' }, dist: [ - 'dist/css/AdminLTE.css', + 'dist/css/AdminLTE.css' ] },