Skip to content

Commit

Permalink
Monitor whole conf directory in dev server
Browse files Browse the repository at this point in the history
When running on a Mac, the dev server only
watches changes to directories, not files.
  • Loading branch information
dracos committed Mar 7, 2018
1 parent 224855a commit 4bf16cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/server
Expand Up @@ -4,4 +4,4 @@ set -e
cd "$(dirname "$0")/.."

export FIXMYSTREET_APP_DEBUG=${FIXMYSTREET_APP_DEBUG=1}
bin/cron-wrapper local/bin/plackup -s Starman --listen :3000 --Reload perllib,conf/general.yml
bin/cron-wrapper local/bin/plackup -s Starman --listen :3000 --Reload perllib,conf

0 comments on commit 4bf16cc

Please sign in to comment.