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 plugin support #13

Closed thomasbittermann closed 12 years ago

thomasbittermann commented 12 years ago

Are you already working on this?

joergrech commented 12 years ago

No, not yet.

retokiefer commented 12 years ago

I would second that

joergrech commented 12 years ago

I just published the 0.8 version of Kickstart with Less support. It uses the lesscss-resource plugin to generate two variants of Bootstrap (the original and one called "Cyborg") from the less files under /web-inf/less. During runtime the skin switcher (unter Config (the cog icon) in the NavBar) can be used to switch between them.

I hope that helps you - feel free to give me feedback.