Skip to content
Snippets Groups Projects
Unverified Commit 2dd27b37 authored by t-fritsch's avatar t-fritsch Committed by GitHub
Browse files

ignore node_modules for livereload

may allow perf boost
parent 82d63e02
No related branches found
No related tags found
No related merge requests found
......@@ -302,6 +302,7 @@ gulp.task('serve', () => {
gulp.watch([
slidesRoot + '**/*.html',
slidesRoot + '**/*.md',
`!${slidesRoot}**/node_modules/**`, // ignore node_modules
], gulp.series('reload'))
gulp.watch(['js/**'], gulp.series('js', 'reload', 'eslint'))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment