Drop trailling comma

No need for it.
This commit is contained in:
Zlatan Vasović 2014-01-02 15:46:13 +01:00
parent c583b79655
commit 0cc4fe6ee3
1 changed files with 1 additions and 1 deletions

View File

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