joergrech / KickstartWithBootstrap

Kickstart is an extension for Grails in order to start your project with a good looking frontend. It is intended to be used in rapid application scenarios such as a Startup Weekend or a prototyping session with a customer. This plugin provides adapted scaffolding templates for standard CRUD pages using Twitter's CSS Framework Bootstrap and offers some basic pages for a web site.
65 stars 52 forks source link

Resources not working in PROD mode #23

Closed piizei closed 11 years ago

piizei commented 11 years ago

image resources are not working with PROD mode or PAAS deployment (clound foundry). If I comment out KickstartResources.groovy skin definitions without less, then it works in PROD with run-war, but not in PAAS. Prod tries to load images from /APP/images/frontpage/bs-docs-twitter-github.png and PAAS /images/frontpage/bs-docs-twitter-github.png (cloud foundry install apps in ROOT context, so it works right). If you can point out problem, I can make the fix.

bieniek commented 11 years ago

Same problem, could you prepare temporary fix ?

joergrech commented 11 years ago

Should be resolved now in version 0.8.9. Michael Duergner found the problem which was that the resource plugin now requires the plugin's name to fetch resources such as images.