automatically re-load project.clj on compile?
Is there any reason we are not automatically re-reading and parsing project.clj everytime the user presses the "Compile" button? Seems like this should happen fast enough and we can remove the "refresh project.clj" button.
it is fast for projects without profiles but we can cache the project.clj content and only reparse if it changes.
ideally, we would monitor project.clj for changes and then refresh automatically
On Friday, February 20, 2015, Chris Oakman [email protected] wrote:
Is there any reason we are not automatically re-reading and parsing project.clj everytime the user presses the "Compile" button? Seems like this should happen fast enough and we can remove the "refresh project.clj" button.
— Reply to this email directly or view it on GitHub https://github.com/oakmac/cuttle/issues/98.