From 8b9171a644c3b6a6479dd29bca0f4218d5333ce3 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 21 Mar 2021 16:55:10 +0100 Subject: Remove Browserify We're no longer using the `require` imports to include JS files. Instead we have a template string process. Not as robust, but easier to fit what the final user script needs to be. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 34b23da..84c048a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ /build/ -/node_modules/ -- cgit v1.2.3