statics v1.4 Release Notes

Release Date: 2015-11-17 // over 8 years ago
  • 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.