diff --git a/bin/docker-watch.sh b/bin/docker-watch.sh old mode 100644 new mode 100755 diff --git a/nodemon.json b/nodemon.json index 42bac66..dad7b4f 100644 --- a/nodemon.json +++ b/nodemon.json @@ -1,5 +1,5 @@ { "ext": "js", "verbose": true, - "ignore": ["*.test.js", "fixtures/*"] + "ignore": ["*.test.js", "public"] } diff --git a/public/scripts/vorkath.coffee b/public/scripts/vorkath.coffee index 687f4fa..769b7c1 100644 --- a/public/scripts/vorkath.coffee +++ b/public/scripts/vorkath.coffee @@ -1,2 +1,2 @@ $ -> - console.log('This is a test!') + console.log('This is a test.')