mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-20 17:51:52 +00:00
Remove extra comma.
This commit is contained in:
parent
381a55ed1a
commit
a204780b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ module.exports = function (grunt) {
|
||||||
warnings: false
|
warnings: false
|
||||||
},
|
},
|
||||||
mangle: true,
|
mangle: true,
|
||||||
preserveComments: 'some',
|
preserveComments: 'some'
|
||||||
},
|
},
|
||||||
core: {
|
core: {
|
||||||
src: '<%= concat.bootstrap.dest %>',
|
src: '<%= concat.bootstrap.dest %>',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue