Remove unnecessary commas

This commit is contained in:
Guilherme Rodrigues 2015-04-13 16:54:54 -03:00
parent 6262133296
commit 09510006aa

View File

@ -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/'
},
}
]
}
},