]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add IE warning scripts to linter config
authorChris Rebert <code@rebertia.com>
Thu, 24 Apr 2014 22:35:58 +0000 (15:35 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 25 Apr 2014 02:14:06 +0000 (19:14 -0700)
Gruntfile.js

index 925368e527ffa8995f40b272227d932a9d9d7398..57d2c19254efbfea8bff01f235c38e7ab2acb1bf 100644 (file)
@@ -56,7 +56,7 @@ module.exports = function (grunt) {
         src: 'js/tests/unit/*.js'
       },
       assets: {
-        src: 'docs/assets/js/_src/*.js'
+        src: ['docs/assets/js/_src/*.js', 'docs/assets/js/*.js', '!docs/assets/js/*.min.js']
       }
     },