mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-29 13:04:14 +03:00
Merge pull request #472 from tyleriguchi/grunt-watch
fix watch task from recursing
This commit is contained in:
commit
2af247ba90
|
@ -224,7 +224,7 @@ module.exports = function(grunt) {
|
|||
files: [
|
||||
"index.html",
|
||||
"dist/css/**/*.css",
|
||||
"**/*.{png,jpg,jpeg,gif,webp,svg}"
|
||||
"demo/**/*.{png,jpg,jpeg,gif,webp,svg}"
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue
Block a user