gitea/modules/public
Lunny Xiao effad26c0e
Improve assets handler middleware ()
* Use route to serve assets but not middleware

* Fix build error with bindata tag

* convert path to absolute

* fix build

* reduce function stack

* Add tests for assets

* Remove test for assets because they are not generated

* Use a http function to serve assets

* Still use middleware to serve assets then less middleware stack for assets

* Move serveContent to original position

* remove unnecessary blank line change

* Fix bug for /assets* requests

* clean code

Co-authored-by: zeripath <art27@cantab.net>
..
dynamic.go Improve assets handler middleware ()
public.go Improve assets handler middleware ()
public_bindata.go Rename scripts to build and add revive command as a new build tool command ()
public_test.go Improve vfsgen to not unzip bindata files but send to browser directly ()
static.go Improve assets handler middleware ()