remove dangling comma

pull/13431/head
Román Jiménez 7 years ago
parent ee5f2920c1
commit 4af4646a0c

@ -411,7 +411,7 @@ module.exports = function (grunt) {
'exorcise',
'uglify',
'npm-build',
'npm-build:dashboard',
'npm-build:dashboard'
]);
grunt.registerTask('build-static', 'generate static files and needed vendor scripts', [

Loading…
Cancel
Save