mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-27 03:54:13 +03:00
fix watch task from recursing
This commit is contained in:
parent
c20e515a0d
commit
084b5a1fae
|
@ -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