From 74ab935e1b92b3ebcfe7db42e9675e0d39e318d8 Mon Sep 17 00:00:00 2001 From: Steven Hugg Date: Tue, 8 Dec 2020 10:32:46 -0600 Subject: [PATCH] forgot gif.js in dist --- Makefile | 1 + index.html | 4 ++-- lib/gif.js | 3 +++ lib/gif.js.map | 1 + lib/gif.worker.js | 3 +++ lib/gif.worker.js.map | 1 + src/ide/ui.ts | 4 ++-- 7 files changed, 13 insertions(+), 4 deletions(-) create mode 100644 lib/gif.js create mode 100644 lib/gif.js.map create mode 100644 lib/gif.worker.js create mode 100644 lib/gif.worker.js.map diff --git a/Makefile b/Makefile index 013a063f..794b13ce 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ all: cp node_modules/localforage/dist/localforage.min.js ./lib/ cp node_modules/jszip/dist/jszip.min.js ./lib/ cp node_modules/file-saver/dist/*.min.js ./lib/ + cp gif.js/dist/* ./lib/ cd jsnes && npm i $(TSC) -v $(TSC) diff --git a/index.html b/index.html index c8592b7d..e0fab422 100644 --- a/index.html +++ b/index.html @@ -613,8 +613,8 @@ $( ".dropdown-submenu" ).click(function(event) {