weavejester / ring-server

51 stars 24 forks source link

:reload-paths option to configure reload directories #9

Closed davesann closed 11 years ago

davesann commented 11 years ago

Pull request replaces https://github.com/weavejester/ring-server/pull/8

added :reload-paths to options to specify which source paths to use for reload if auto-reload? is true

Preparation for change to lein-ring

weavejester commented 11 years ago

Could you change the first line of the comment to be more descriptive? When looking at this in logs it's hard to understand the change without visiting the URL.

Instead, something like:

Added :reload-paths to options

This option allows users to specify which directories wrap-reload checks.
See also: https://github.com/weavejester/lein-ring/issues/46

You don't have to open a new pull request for this. You can just git rebase -i or git commit --amend and then do a force push to update (git push -f).

davesann commented 11 years ago

Commit comment updated