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

Switch autoloader to use process() #21

Closed

Conversation

ircmaxell
Copy link
Contributor

Currently, the autoloader compiles files on every request as it calls compile(). This PR switches to using process() which only compiles if the file was changed.

Definitely could use some guidance here...

@assertchris
Copy link
Member

Thank you. This is merged as part of 37a67e6.

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

Successfully merging this pull request may close these issues.

None yet

2 participants