bertramdev / asset-pipeline

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

css dependency between plugins #212

Closed tmptrash closed 6 years ago

tmptrash commented 6 years ago

I working on migration of sources from old resources plugin into asset-pipeline. We use multi module project. asset-pipeline works in a little bit different way for me. Let's imagine we have an app and two plugins (p1 and p2). Is it possible to include a css file from p2 in p1?

tmptrash commented 6 years ago

We found a solution. The problem was in incorrect

grails {plugins {compile project("...")}}

configuration