From 04d47bf8a92a71ae49c320d8d7eccd50c254348e Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Sun, 9 Aug 2020 13:09:06 -0400 Subject: Build system changes (#721) * Refactor manifest.json * Change end-of-line convention for built plain-text files * Ignore builds directory * Mark the "dev" directory as using the node environment * Create build script * Register build scripts * Remove old build script * Fix 64x64 icon * Add test to ensure manifest data is updated properly --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 6dd55d4e..0d57bb9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.zip node_modules +builds/ -- cgit v1.2.3