grails: scss compiler required for production env
问题 Using Vaadin7 with grails, i'm facing an issue to get the production mode working: Dec 25, 2013 11:56:28 PM com.vaadin.server.VaadinServlet serveOnTheFlyCompiledScss INFO: Request for /VAADIN/themes/app/styles.css not handled by sass compiler while in production mode Which is normal since no scss compiler to css is set by default for prod unlike to dev mode. I'm looking for a grails hack in order to get the equivalent of the maven tool for prod war generation: <plugin> <groupId>org.codehaus