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

Bootstrap CSS not applied when i deploy to Tomcat 6 and 7 on Openshift PaaS #53

Closed nabiltntn closed 10 years ago

nabiltntn commented 10 years ago

Hi,

i am deploying my Grails application on openshift cloud which provides Tomcat 6 and 7. The application deploys and starts fine but when i display the page , the page doesn't look like it's expected ( Boostrap style and classes are not applied ). I checked the head to verify if all css are there and it seems that's OK. I am not sure, but i suspect the Less process.

joergrech commented 10 years ago

I can not reproduce your problem. It looks like a problem of the PAAS or a problem associated with the resources plugin. You might want to check all *Resources.groovy files in the conf directory of your project and the kickstart plugin. Maybe some bundles are handled differently in dev and prod environments.