bertramdev / asset-pipeline

The core implementation of the asset pipeline for the jvm
194 stars 93 forks source link

assets-scoped dependencies are not resolved with pathingJar enabled in Grails 3 #178

Open verglor opened 7 years ago

verglor commented 7 years ago

When you enable pathingJar, assets-scoped dependencies are not added to pathing.jar therefore e.g. sass assets are not processed. Workaround is to change scope to compile.

animator013 commented 6 years ago

+1

davydotcom commented 4 years ago

this is likely a bug in the grails plugin for gradle not looking at other configurations. Ill check into it