You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After Renegade's filesystem changes, the code generated by bundle will no longer build since it adds a http.FileSystem from vfsgen as a dependency for libassets whereas we now require an afero.Fs.
Update bundle to package encrypted tar gz bundle into memory, removing dependency on vfsgen
Generated code should decrypt and use bundle as afero.Fs dependency for libassets.
The text was updated successfully, but these errors were encountered:
After Renegade's filesystem changes, the code generated by
bundle
will no longer build since it adds ahttp.FileSystem
fromvfsgen
as a dependency forlibassets
whereas we now require anafero.Fs
.afero.Fs
dependency forlibassets
.The text was updated successfully, but these errors were encountered: