Skip to content

v0.2.5

Choose a tag to compare

@lukeed lukeed released this 15 Apr 17:26

Patches

  • Replace tiny-glob with manual directory traversal: 38ba617

    While tiny-glob is very much a great globbing library, sirv really had no need for a globbing library because it asks for all files within the directory. This makes declaring & responding to filter patterns pointless.