Commit graph

15 commits

Author SHA1 Message Date
Pagwin
c447aab1b9
fixed what gets passed into our templates file bundling wise 2026-02-23 21:57:11 -05:00
Pagwin
b3808f4136
MVP Bundling is now implemented
This commit gets bundling to the point where it can be used now

TODO:
- Get ESBuild Stdout/stderr to not pop up in psb output
- figure out how to split off map files so I'm not shunting them into
  script tags
2026-02-23 17:14:31 -05:00
Pagwin
8082f95491
swapped to a single js and single css entrypoint and my brain hurts 2026-02-05 00:27:46 -05:00
Pagwin
b8064a8d3e
more work to get esbuild up 2026-02-02 22:22:27 -05:00
Pagwin
c3637bd12d
added a module for bundling 2026-01-31 19:53:20 -05:00
Pagwin
11d2228362
just string and regex literals left barring me fucking up implementation of integer literals 2026-01-02 20:49:57 -05:00
Pagwin
27e08cbc7a
refactored to use ToMustache instead of ToJSON 2025-12-29 19:28:55 -05:00
Pagwin
0f44431086
changed main code to handle refactored js parsing API 2025-12-28 20:38:04 -05:00
Pagwin
cb0cfebae3
rethought how fingerprinting should work 2025-12-26 22:29:26 -05:00
Pagwin
aeb70675a9
factored out some useful parsing utilities to a separate file and began work on javascript tokenization 2025-12-26 14:02:29 -05:00
Pagwin
dfeffdef2b
beginning work on CSS and JS minification 2025-12-25 23:24:33 -05:00
Pagwin
ad337e7897
fully implemented html 2025-12-11 20:47:43 -05:00
Pagwin
35e55b0e43
forM -> traverse 2025-12-11 15:52:46 -05:00
Pagwin
b35fa4d699
better progress bar 2025-12-05 20:45:56 -05:00
Pagwin
c4ff078785
moved everything into src for ease of testing 2025-12-05 19:42:15 -05:00