$forceConvert public property
Whether the source asset file should be converted even if its result already exists. You may want to set this to be true
during the development stage to make sure the converted assets are always up-to-date. Do not set this to true on production servers as it will significantly degrade the performance.
public boolean $forceConvert = false
Please login to continue.