Log to the terminal any watch errors
(err)
| 95 | |
| 96 | /** Log to the terminal any watch errors */ |
| 97 | function onError(err) { |
| 98 | console.error('File watcher error', err); |
| 99 | } |
| 100 | |
| 101 | /** |
| 102 | * On file changes, we will perform a rebuild and/or reload the browser depending on the file extension being detected. |