qor/bindatafs

suggestion : would be easier to use if bindatafs collects files instead of AssetFS.Compile()

sugacube opened this issue · 0 comments

Right now it is not a trivial excercise to generate the assets as AssetFS.Compile() should be called in the main program.

It would be easier to use if bindatafs generated files instead of AssetFS.Compile()
e.g. then you could use for example go generate:

//go:generate bindatafs "app/views/qor" "vendor/github.com/qor/admin/views"