From 09510006aa2c8404e8869e7f31399af21b95dad8 Mon Sep 17 00:00:00 2001 From: Guilherme Rodrigues Date: Mon, 13 Apr 2015 16:54:54 -0300 Subject: [PATCH] Remove unnecessary commas --- templates/common/Gruntfile.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/common/Gruntfile.js b/templates/common/Gruntfile.js index 36e9817..c4a3bdc 100644 --- a/templates/common/Gruntfile.js +++ b/templates/common/Gruntfile.js @@ -31,11 +31,11 @@ module.exports = function (grunt) { port: 8000, webpack: webpackDevConfig, publicPath: '/assets/', - contentBase: './<%= pkg.src %>/', + contentBase: './<%= pkg.src %>/' }, start: { - keepAlive: true, + keepAlive: true } }, @@ -90,7 +90,7 @@ module.exports = function (grunt) { expand: true, src: ['<%= pkg.src %>/images/*'], dest: '<%= pkg.dist %>/images/' - }, + } ] } },