1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 18:50:29 -04:00

21 Commits

Author SHA1 Message Date
f7b179b4f8
tidy up build logs 2021-08-08 10:57:43 -04:00
6de1f8277a
clean up unnecessary redirects in vercel.json 2021-08-03 13:31:33 -04:00
a123b38ee5
use date-fns for formatting/distance 2021-08-01 09:26:34 -04:00
5b44ffd93c
use url-parse for more reliable slug calculation 2021-07-31 15:49:32 -04:00
053e5922c6
bump Hugo to 0.86.1 2021-07-30 10:42:27 -04:00
8582d340b8
set conservativeCollapse to true when minifying lit templates 2021-07-28 11:25:19 -04:00
574ea65d8d
use lit-html instead of unsafe innerHTML on /projects 2021-07-28 11:13:32 -04:00
71892d3e17
preserve licenses 2021-07-17 08:52:06 -04:00
b7fcbb9dd1
also fix inlined SVGs in CSS (by ignoring them) 2021-07-15 18:17:49 -04:00
8874b4f0ac
fixed webfonts, rebumping css-loader to 6.0.0
https://github.com/webpack-contrib/css-loader/issues/1338
https://webpack.js.org/guides/asset-modules/#resource-assets
2021-07-15 16:46:46 -04:00
d6591b2103
webpack-dev-server -> browser-sync via gulp 2021-07-15 08:56:55 -04:00
d9214d846d
clean up projects.js 2021-07-09 18:02:16 -04:00
2e5405b9ac
profile webpack assets in build log 2021-07-03 09:09:55 -04:00
8da27cba81
shoulda been using cross-fetch this whole time, oops 2021-07-01 09:15:11 -04:00
1bdd600c84
begrudgingly start move to all ESM modules 2021-06-29 08:14:57 -04:00
d8a818ed18
bump Hugo to 0.84.2 2021-06-28 08:47:26 -04:00
5981b99254
generate function source maps for sentry releases 2021-06-27 12:28:30 -04:00
23aeb2fab1
babel-minify -> terser via webpack 2021-06-27 11:03:36 -04:00
fde728bf22
remove docker stuff (it doesn't play nice with webpack/gulp/etc.) 2021-06-27 10:17:58 -04:00
f5f64eb87e
move css minification from postcss to webpack (for better source maps) 2021-06-26 19:16:54 -04:00
363b4edf1c
shift asset processing to webpack (#424)
also migrated SASS to latest syntax (via dart-sass) and vastly simplified light/dark theme logic
2021-06-19 17:19:01 -04:00