mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Corrected wrong path for static asset monitoring in Gulpfile
This commit is contained in:
parent
3e508f45f2
commit
f6195de306
@ -254,7 +254,7 @@ gulp.task('assets:watch', function() {
|
||||
|
||||
/* Copy static assets */
|
||||
gulp.watch([
|
||||
'assets/assets/{fonts,images}/*'
|
||||
'src/assets/{fonts,images}/*'
|
||||
], ['assets:static']);
|
||||
|
||||
/* Minify views */
|
||||
|
Loading…
Reference in New Issue
Block a user