summaryrefslogtreecommitdiff
path: root/WebInterface/wasm/asm-paint/deploy.py
diff options
context:
space:
mode:
Diffstat (limited to 'WebInterface/wasm/asm-paint/deploy.py')
-rw-r--r--WebInterface/wasm/asm-paint/deploy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/WebInterface/wasm/asm-paint/deploy.py b/WebInterface/wasm/asm-paint/deploy.py
index ed4e0dd..fce7a02 100644
--- a/WebInterface/wasm/asm-paint/deploy.py
+++ b/WebInterface/wasm/asm-paint/deploy.py
@@ -9,6 +9,7 @@ HTML_MIME = 'text/html'
REQUESTS = {
'/': ('index.html', HTML_MIME),
+ '/loader.js': ('loader.js', JS_MIME),
'/asm-paint.js': ('target/wasm32-unknown-emscripten/release/asm-paint.js', JS_MIME),
'/asm_paint.wasm': ('target/wasm32-unknown-emscripten/release/asm_paint.wasm', WASM_MIME),
}