mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
stop reading the bower components when building the todo file
This commit is contained in:
parent
212104dce2
commit
912d39c2f7
1 changed files with 1 additions and 0 deletions
|
@ -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 = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue