]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove extra comma.
authorXhmikosR <xhmikosr@gmail.com>
Wed, 8 Apr 2015 06:27:13 +0000 (09:27 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 8 Apr 2015 06:27:13 +0000 (09:27 +0300)
Gruntfile.js

index 7ae57b425a94401874ad43b03c2e1793d84e833c..293d455a2da3eb790cdb7d79bbfc25d0a48488bc 100644 (file)
@@ -130,7 +130,7 @@ module.exports = function (grunt) {
           warnings: false
         },
         mangle: true,
-        preserveComments: 'some',
+        preserveComments: 'some'
       },
       core: {
         src: '<%= concat.bootstrap.dest %>',