mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-09 15:30:58 +00:00
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…
Reference in a new issue