Currently asset pipeline pulls in a large number of dependencies not needed in production. This expands the WAR/JAR file size by about 10mb unnecessarily.
The solution for Grails is to not include the transitive dependencies of asset-pipeline-core and only add these to the bootRun task
Currently asset pipeline pulls in a large number of dependencies not needed in production. This expands the WAR/JAR file size by about 10mb unnecessarily.
The solution for Grails is to not include the transitive dependencies of
asset-pipeline-core
and only add these to thebootRun
task