silverorange / site

Website framework.
GNU Lesser General Public License v2.1
3 stars 18 forks source link

Prevent all dimensions from being re-processed. #288

Closed charleswaddell closed 4 years ago

charleswaddell commented 4 years ago

Calling processManual() will in turn call prepareForProcessing(). That method resets the image dimensions bindings to an empty collection. Since that collection is noe empty but we are still in the loop all further calls to hasDimensionBinding will be false which will cause all dimensions to be processed instead of just the missing ones.