I have a Grails 3.0.7 war file that i am deploying on a Tomcat. I have a few GSP views that i would like the users to change the font/css etc (similar to changing html in a deployed web application). I am using Bootstrap as well in the views and hence the increased need to allow CSS/fonts modifications at runtime.
Question is, how do i allow the users to change the CSS as they deem necessary, without having to recompile the code for every change? I have tried grails.gsp.enable.reload as true without setting the grails.gsp.view.dir (as its all under Tomcat) but that does not help.