mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Remove global watch on less files. Only watch the places we put them, reduces grunt CPU by 70%. Closes #375
This commit is contained in:
parent
5d39d334ea
commit
9d33e4d202
1 changed files with 2 additions and 1 deletions
|
@ -6,15 +6,16 @@ module.exports = function (grunt) {
|
|||
],
|
||||
tasks: ['mocha:unit']
|
||||
},
|
||||
|
||||
less: {
|
||||
files: [
|
||||
'<%= app %>/**/*.less',
|
||||
'<%= app %>/**/styles/**/*.less',
|
||||
'<%= app %>/**/components/**/*.less',
|
||||
'<%= app %>/**/components/vislib/components/styles/**/*.less'
|
||||
],
|
||||
tasks: ['less']
|
||||
},
|
||||
|
||||
jade: {
|
||||
files: [
|
||||
'<%= unitTestDir %>/index.jade'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue