Narrowed Nodemon's scope so it doesn't reload the site for asset changes

This commit is contained in:
Gregory Ballantine 2022-02-19 09:53:45 -05:00
parent 01837faf36
commit cb3c8742a8
3 changed files with 2 additions and 2 deletions

0
bin/docker-watch.sh Normal file → Executable file
View File

View File

@ -1,5 +1,5 @@
{
"ext": "js",
"verbose": true,
"ignore": ["*.test.js", "fixtures/*"]
"ignore": ["*.test.js", "public"]
}

View File

@ -1,2 +1,2 @@
$ ->
console.log('This is a test!')
console.log('This is a test.')