Commit eab6d3ea authored by Chris Rebert's avatar Chris Rebert

add IE warning scripts to linter config

parent 937ef482
...@@ -56,7 +56,7 @@ module.exports = function (grunt) { ...@@ -56,7 +56,7 @@ module.exports = function (grunt) {
src: 'js/tests/unit/*.js' src: 'js/tests/unit/*.js'
}, },
assets: { assets: {
src: 'docs/assets/js/_src/*.js' src: ['docs/assets/js/_src/*.js', 'docs/assets/js/*.js', '!docs/assets/js/*.min.js']
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment