github maizzle/framework v5.0.0-beta.10

latest releases: v5.0.0-beta.27, v5.0.0-beta.26, v5.0.0-beta.25...
pre-release3 months ago

Fixed an issue with static assets being copied twice if they were nested in the static.source directory.

For example this:

src/images
  /v1/hero.jpg
  logo.jpg

... was copied over to this:

build_production/images
  /v1/hero.jpg
  hero.jpg # this shouldn't be here!
  logo.jpg
  • fix: copying static assets 43c28b6

v5.0.0-beta.9...v5.0.0-beta.10

Don't miss a new framework release

NewReleases is sending notifications on new releases.