Skip to content

Release 1.4

Compare
Choose a tag to compare
@deankarn deankarn released this 17 Nov 15:53
· 10 commits to master since this release

What Changed

  • Added FallbackToDisk option

Explanation

  • When a static resource cannot be found FallbackToDisk when set
    to true will allow falling back to look for the resource on disk.
    This is particularly useful when you have mixes assets of both static
    and on disk resources i.e. js, css etc are static but you have a dir
    for user avatar images which is on disk and needs to be read and written
    to.