gsp - Customize Grails create-app -


i want grails apps have different look&feel standard grails one. didn't want modify every single application, customize project creation (grails create-app)

after googling bit around found possibility modify templates directly in grails_home directory. (http://grails.1312388.n4.nabble.com/create-app-customization-td1351040.html)

so modified grails_home/src/grails/grails-app/views/main.gsp , grails_home/src/war/css/main.css nothing changed when creating new grails app. rebuild whole grails_home project via ./gradlew assemble nothing changed. have missed? jar file @ grails_home/dist/grails-resources-1.3.7.jar contains updated files.

this better implementing own plugin grails, replace required files (main.gsp, main.css) after installing.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -