Commit 60e6e7d4 authored by Mark Otto's avatar Mark Otto

Merge pull request #12063 from ZDroid/tc

Drop trailling comma
parents c583b796 0cc4fe6e
...@@ -189,7 +189,7 @@ module.exports = function (grunt) { ...@@ -189,7 +189,7 @@ module.exports = function (grunt) {
}, },
files: { files: {
'dist/css/<%= pkg.name %>.css': ['dist/css/<%= pkg.name %>.css'], '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']
} }
} }
}, },
......
Markdown is supported
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