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

resource tag not resolving correctly in v3.0.12 #9584

Closed
sheehan opened this issue Jan 22, 2016 · 0 comments
Closed

resource tag not resolving correctly in v3.0.12 #9584

sheehan opened this issue Jan 22, 2016 · 0 comments
Assignees
Milestone

Comments

@sheehan
Copy link
Contributor

sheehan commented Jan 22, 2016

Regarding the change in the location of static resources. In a plugin I have a resource located in src/main/resources/static/console/js/app.js.

This no longer works in 3.0.12:

${resource(file: 'console/js/app.js')}

It works if changed to:

${resource(file: 'static/console/js/app.js')}
@graemerocher graemerocher added this to the grails-3.0.13 milestone Jan 22, 2016
@graemerocher graemerocher self-assigned this Jan 27, 2016
@graemerocher graemerocher changed the title resource tag not resolving correctly in v3.0.12 resource tag not resolving correctly in v3.0.12 Jan 27, 2016
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