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"
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"