bertramdev / asset-pipeline

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

reloading does not work in multimodule project #241

Open snimavat opened 5 years ago

snimavat commented 5 years ago

In multimodule project, if assets are changed in a module, it wont be reloaded.

ex


grails {
    exploded = true
    plugins {
        compile project(':crudify')
    }
}```

When the assets are changed in crudify plugin, it wont be reloaded