bundle css with esbuild

This commit is contained in:
Harvey Tindall
2021-01-23 18:53:14 +00:00
parent cd2ea2e579
commit f7d8feac5d
9 changed files with 21 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en" class="{{ .cssClass }}">
<head>
<link rel="stylesheet" type="text/css" href="css/base.css">
<link rel="stylesheet" type="text/css" href="css/bundle.css">
{{ template "header.html" . }}
<title>Invalid Code - jfa-go</title>
</head>