mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
watch _*.less files too
This commit is contained in:
parent
0a163d7e8d
commit
53e9bb8198
1 changed files with 1 additions and 2 deletions
|
@ -8,8 +8,7 @@ module.exports = function (grunt) {
|
|||
},
|
||||
less: {
|
||||
files: [
|
||||
'<%= app %>/**/styles/**/*.less',
|
||||
'!<%= src %>/**/_*.less'
|
||||
'<%= app %>/**/styles/**/*.less'
|
||||
],
|
||||
tasks: ['less']
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue