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

integration of resources plugin into s2ui #8

Closed
wants to merge 3 commits into from

Conversation

sarmbruster
Copy link

added defintion of resources compliant to the grails resources plugin into s2ui. Applied defined resources into the layout template. Basic stuff seems ok, but did not test each and every feature.
NB: inclusion of /include/ajaxLogin.gsp result in an exception, so commented that out.

@burtbeckwith
Copy link
Contributor

Looks good but this implementation makes the plugin dependent on the resources plugin, which some users might not have/want, especially if they're not using 2.0 yet.

@sarmbruster
Copy link
Author

I've done since a Grails 2.0-SNAPSHOT app with s2ui did not load jquery.js and therefore the ui is usable. Migrating s2ui seems the most easy way to go. Maybe we integrate that in a feature branch of s2ui for later-on merge into master when resources plugin is commonly used?

@sarmbruster sarmbruster reopened this Sep 27, 2011
@sarmbruster
Copy link
Author

sorry for the close/reopen, being too dumb to use buttons ;-)

* Plugin builds with Grails 2.0.0
* moved dependencies to BuildConfig
* adding dependency to resources plugin
* updating plugin deps to latest version
@burtbeckwith
Copy link
Contributor

Thanks - I've released version 0.2 of the plugin which correctly works with resources. It includes a lot of code from this pull request but I wanted it to work even if you don't have resources installed, so I didn't apply the pull request.

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.

3 participants