go-staticfiles v0.2.0 Release Notes

Release Date: 2019-08-24 // over 4 years ago
    • โž• Added Storage.OutputDirList field to toggle storage file system to list files in output directory
    • โž• Added Storage.Enabled to toggle development mode and switch between read original files from input directories or cached files from output directory
    • ๐Ÿšš Move manifest loading to staticfiles.NewStorage method
    • โœ‚ Removed staticfiles.FileSystem, use Storage instance instead
    • ๐Ÿ“‡ Renamed Storage.Root to Storage.OutputDir
    • Replaced method Storage.SetVerboseOutput with Verbose field