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

routes.groovy, plugins.groovy, WEB-INF/plugins/* precompile support #130

Open
codeconsole opened this issue Apr 5, 2012 · 6 comments
Open

Comments

@codeconsole
Copy link
Contributor

Start up time needs improvement. Precompiling routes.groovy, plugins.groovy, and WEB-INF/plugins/* will speed up instance start up time on production environments.

@musketyr
Copy link
Contributor

musketyr commented Apr 5, 2012

looks you really want this functionality since you're duplicating yourself issue #109

does anyone know if I can pass script superclass to the groovyc compiler/ant task?

@codeconsole
Copy link
Contributor Author

hah, that was 2 months ago... I can't remember that far back!

@codeconsole
Copy link
Contributor Author

We didn't have working Groovlet precompilation back then...

@musketyr
Copy link
Contributor

Still not sure how to handle this but I get rid of it in my project completly by using new binary plugins mechanism when my project acts as a plugin too so I don't need routes.groovy. All the plugins I use are binary so I neither need plugins.groovy and WEB-INF/plugins/*.

@musketyr
Copy link
Contributor

@musketyr
Copy link
Contributor

waiting for 2.0.6 release, than I can update gradle-gaelyk-plugin for precompilation

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

No branches or pull requests

2 participants