asset.pipeline.grails.fs.SpringAssetCache.groovy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asset-pipeline-plugin Show documentation
Show all versions of asset-pipeline-plugin Show documentation
The Grace Asset-Pipeling plugin providing asset transpiling to grace.
package asset.pipeline.grails.fs
class SpringAssetCache extends Thread {
private SpringResourceAssetResolver resolver
SpringAssetCache(SpringResourceAssetResolver resolver) {
this.resolver = resolver
}
void run() {
resolver.cacheAllResources()
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy