gitea/modules/public
silverwind 7761245d08
Move fomantic and jQuery to main webpack bundle (#11997)
This saves around 3 MB binary size by not including useless fomantic
files in the build. Also, this allows us to move jQuery into the main
bundle as well which eliminates a few HTTP requests.

Also included are webpack config changes:

- split less and css loaders to speed up compliation
- enable css sourcemaps
- switch css minfier plugin to cssnano-webpack-plugin which works better
  for sourcemaps than the previous plugin

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
2020-06-27 22:59:56 -04:00
..
dynamic.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
public.go Move fomantic and jQuery to main webpack bundle (#11997) 2020-06-27 22:59:56 -04:00
public_bindata.go Rename scripts to build and add revive command as a new build tool command (#10942) 2020-04-03 22:29:12 +03:00
static.go Implement "embedded" command to extract static resources (#9982) 2020-02-02 10:17:44 +08:00