diff --git a/htdocs/generate-assets.js b/htdocs/generate-assets.js index 0feadbf350..4d6453c420 100755 --- a/htdocs/generate-assets.js +++ b/htdocs/generate-assets.js @@ -198,8 +198,6 @@ if (argv.watchFiles) console.log('\x1b[32mEstablishing watches and performing in chokidar.watch(['js'], { ignored: /\.min\.(js|css)$/, cwd: __dirname, // Make sure all paths are given relative to the htdocs directory. - usePolling: true, // Needed to get changes to symlinks. - interval: 500, awaitWriteFinish: { stabilityThreshold: 500 }, persistent: argv.watchFiles ? true : false })