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

plugin install does not work #74

Closed janheise closed 10 years ago

janheise commented 10 years ago

Hi,

I tried to install the plugin version 1.1.0 according to the docs to a newly created grails 2.3.5 app. I can see the download of the kickstart.zip file but nothing happens after that. The plugin doesn't get listed in the list of plugins (grails list-plugins) and the kickstart script seems not to be there. I can not call it.

Help?

thx, Jan

janheise commented 10 years ago

Ok, fixed it. Maybe I missed this: you have to call "grails compile" once first. This installs the plugin, afterwards you can run "grails kickstart".

Thanks for the plugin!

Jan