grunt-manifest
grunt-manifest copied to clipboard
Fallback encodeURI
Hi, I have an issue with the "fallback" option. You encode the given strings which leads to a "my-file.ab fb/my-file.ab" generated as "my-file.ab%20fb/my-file.ab". And that doesn't work with the cache manifest.
I fixed it by simply removing the encodeURI(). But it only works because my paths are clean.
:+1:
Even a fairly standard fallback section such as / /index.html
renders as /%20/index.html
.
Oh, just noticed this was patched by #59, but I guess is not yet in the version 0.4.4 distributed over npm.
Are you guys adding it to the npm dist?
is there already a plan when to release a new version with the fix? 0.4.4. still has spaces.
Any news on releasing the fix for this? I can see it has already been patched, just not released.