From: Chris Rebert Date: Thu, 24 Apr 2014 22:35:58 +0000 (-0700) Subject: add IE warning scripts to linter config X-Git-Tag: v3.2.0~219^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eab6d3ead83446cfa383b3e00b289a96b8a354e8;p=thirdparty%2Fbootstrap.git add IE warning scripts to linter config --- diff --git a/Gruntfile.js b/Gruntfile.js index 925368e527..57d2c19254 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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'] } },