Ayush Jain

Results 1 comments of Ayush Jain

In BuildConfig.groovy Comment out the following compile ":asset-pipeline:1.9.6" Add the following runtime ":resources:1.2.8" Under src/templates/war/web.xml Comment out the filter tag with filtername sitemesh as follows <filter> <sitemesh</filter-name> <filter-class>org.codehaus.groovy.grails.web.sitemesh.GrailsPageFilter</filter-class> </filter> Also...