bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
193 stars 92 forks source link

Don't include unnecessary dependencies in WAR/JAR file #160

Closed graemerocher closed 7 years ago

graemerocher commented 7 years ago

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