Narrowed Nodemon's scope so it doesn't reload the site for asset changes
This commit is contained in:
parent
01837faf36
commit
cb3c8742a8
0
bin/docker-watch.sh
Normal file → Executable file
0
bin/docker-watch.sh
Normal file → Executable file
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"ext": "js",
|
"ext": "js",
|
||||||
"verbose": true,
|
"verbose": true,
|
||||||
"ignore": ["*.test.js", "fixtures/*"]
|
"ignore": ["*.test.js", "public"]
|
||||||
}
|
}
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
$ ->
|
$ ->
|
||||||
console.log('This is a test!')
|
console.log('This is a test.')
|
||||||
|
Loading…
Reference in New Issue
Block a user