stop reading the bower components when building the todo file

This commit is contained in:
Spencer Alger 2014-09-15 09:44:33 -07:00
parent 212104dce2
commit 912d39c2f7

View file

@ -16,6 +16,7 @@ module.exports = function (grunt) {
grunt.registerTask('todos', function () {
var files = grunt.file.expand([
'src/kibana/**/*.js',
'!src/kibana/bower_components',
'test/unit/specs/**/*.js'
]);
var matches = [];