Drop trailling comma
No need for it.
This commit is contained in:
parent
c583b79655
commit
0cc4fe6ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -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']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue