katbin/lib/ketbin_web/templates
Akshit Garg 3f5b1d10ac
refactor(assets): swap webpack for esbuild
- Remove all webpack and babel related npm dependencies
- Add esbuild and esbuild-plugin-postcss2 as a dependency
- Add a custom `build.js` script to build css and js with esbuild
  and copy static files to the priv/static directory
- Modify `config/dev.exs` to use that build script as a watcher instead
  of webpack
- Modify `package.json` to use that build script in instead of webpack
- Modify `KetbinWeb.Endpoint` to serve the assets directory instead of
  css and js directories from static
- Modify the `app.html.eex` layout to use `assets` directory instead of
  separate css and js directories

Signed-off-by: Akshit Garg <garg.akshit@gmail.com>
2021-08-21 17:41:46 +05:30
..
layout refactor(assets): swap webpack for esbuild 2021-08-21 17:41:46 +05:30
page fix(pastes): sanitize paste content while rendering 2021-08-17 03:00:24 +05:30
paste feat(ui): create idiomatic UI matching previous katbin iteration 2021-08-13 06:33:43 +05:30
user_confirmation refactor(users): add styles for remaining user management templates 2021-08-20 02:27:16 +05:30
user_registration feat(user): style register page 2021-08-15 02:18:34 +05:30
user_reset_password refactor(users): add styles for remaining user management templates 2021-08-20 02:27:16 +05:30
user_session fix(users): fix styles for login page 2021-08-15 05:02:33 +05:30
user_settings refactor(users): add styles for remaining user management templates 2021-08-20 02:27:16 +05:30