harrislapiroff / chromamine.com

http://chromamine.com/
0 stars 1 forks source link

remove remote imports by bundling with esbuild #18

Closed harrislapiroff closed 1 year ago

harrislapiroff commented 1 year ago

Currently I'm not using any frontend javascript, but eventually we'll want some (especially for #16) and we should use esbuild to bundle dependencies without calling out to a third-party CDN client-side.

See: Using esbuild with 11ty

harrislapiroff commented 1 year ago

Done in 1b63b47