lltyk / tapestry-wro4j

Web Resource Optimizer integration for Tapestry 5.3
Other
12 stars 4 forks source link

Use ResourceDependencies to regenerate cached versions of transformed files with imports #4

Open lltyk opened 12 years ago

lltyk commented 12 years ago

Currently changing an imported file will not cause the transformer to rerun again, instead it will return the previous cached result. Tapestry provides the ResourceDependencies api to get around this issue.