Commit 0cc4fe6e authored by Zlatan Vasović's avatar Zlatan Vasović
Browse files

Drop trailling comma

No need for it.
parent c583b796
1 merge request!12063Drop trailling comma
Showing with 1 addition and 1 deletion
+1 -1
......@@ -189,7 +189,7 @@ module.exports = function (grunt) {
},
files: {
'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'],
'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css'],
'dist/css/<%= pkg.name %>-theme.css': ['dist/css/<%= pkg.name %>-theme.css']
}
}
},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment