Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

automatically re-load project.clj on compile? #98

Open
oakmac opened this issue Feb 20, 2015 · 1 comment
Open

automatically re-load project.clj on compile? #98

oakmac opened this issue Feb 20, 2015 · 1 comment

Comments

@oakmac
Copy link
Owner

oakmac commented Feb 20, 2015

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.

@oakmac oakmac changed the title automatically re-load project.clj on compile automatically re-load project.clj on compile? Feb 20, 2015
@shaunlebron
Copy link
Collaborator

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
#98.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants