mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 04:54:12 +03:00
fix watch task from recursing
This commit is contained in:
parent
d3641e8fe5
commit
83760f2c57
|
@ -201,7 +201,7 @@ module.exports = function(grunt) {
|
||||||
files: [
|
files: [
|
||||||
"index.html",
|
"index.html",
|
||||||
"dist/css/**/*.css",
|
"dist/css/**/*.css",
|
||||||
"**/*.{png,jpg,jpeg,gif,webp,svg}"
|
"demo/**/*.{png,jpg,jpeg,gif,webp,svg}"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user