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

how to delete demopage, dbdoc and home controller? #37

Closed ghost closed 10 years ago

ghost commented 11 years ago

Hi, I've installed kickstartWithBootstrap and it works fine but I don't need demopage, dbdoc and home. There is a way to delete them?

joergrech commented 11 years ago

That should be relatively easy. The views (demopage and home) are copied into your project - you can just delete them from your project and adapt the URLmappings.groovy in your conf directory (e.g., changing "/" to point to a view index.gsp and redirecting the demopage controller "/demopage/$action?/$id?" to home or a 404 page).

The dbdoc controller is an artefact of Grails - but you can hide it by redirecting it as the demopage.