bertramdev / grails-asset-pipeline

Grails Asset Pipeline
Apache License 2.0
78 stars 64 forks source link

Fix missingPropertyException in AssetPipelineFilter. #375

Closed dewarim closed 7 years ago

davydotcom commented 8 years ago

looks like you are checking for a file object and ignoring the attribute cache here.

dewarim commented 8 years ago

The second commit (259ac24) does not check for a file object, I have changed it to a generic parameter.

But you're right, the attribute cache is ignored now - should it be checked in the hasNotChanged method? It was not before, but that could be arranged, I guess.