node-live-reload icon indicating copy to clipboard operation
node-live-reload copied to clipboard

type param is treated as String but should be Regex

Open robwalch opened this issue 11 years ago • 0 comments

$ node-live-reload -t "/\.(html|php|css|js)$/i"

/usr/local/lib/node_modules/node-live-reload/lib/live-reload.js:56
          if ( fileRegex.test(file) ) {
                         ^

robwalch avatar May 08 '13 18:05 robwalch