summaryrefslogtreecommitdiff
path: root/js/embed.go
diff options
context:
space:
mode:
Diffstat (limited to 'js/embed.go')
-rw-r--r--js/embed.go15
1 files changed, 0 insertions, 15 deletions
diff --git a/js/embed.go b/js/embed.go
deleted file mode 100644
index 961f037..0000000
--- a/js/embed.go
+++ /dev/null
@@ -1,15 +0,0 @@
-// This Source Code Form is subject to the terms of the Mozilla Public
-// License, v. 2.0. If a copy of the MPL was not distributed with this
-// file, You can obtain one at http://mozilla.org/MPL/2.0/.
-
-package js
-
-import _ "embed"
-
-//go:generate esbuild --bundle --platform=node --format=iife --outfile=flyscrape_bundle.js flyscrape.js
-
-//go:embed flyscrape_bundle.js
-var Flyscrape string
-
-//go:embed template.js
-var Template []byte