mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 22:26:57 +02:00
Drop trailling comma
No need for it.
This commit is contained in:
@@ -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']
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user