diff --git a/build/task/js.js b/build/task/js.js index c612353..388edc8 100644 --- a/build/task/js.js +++ b/build/task/js.js @@ -14,12 +14,15 @@ const visuals = [ const config = { src: [ basePath + 'utils.js', + basePath + 'gl/glUtils.js', basePath + 'template.js', - basePath + 'handler.js', + basePath + 'gl/handler.js', basePath + 'audio.js', basePath + 'player.js', basePath + 'gui.js', basePath + 'visual.js', + basePath + 'imageUploader.js', + basePath + 'notification.js', basePath + 'config.js', ...visuals, basePath + 'eventHandler.js', diff --git a/build/task/spriteBuilder.js b/build/task/spriteBuilder.js index d19382e..edd45f9 100644 --- a/build/task/spriteBuilder.js +++ b/build/task/spriteBuilder.js @@ -42,7 +42,7 @@ function buildIconSprites() { fal.faCogs, fal.faFolderUpload, fal.faListMusic, - fal.faFileAudio, + fal.faFileImage, ], vt: [] }; diff --git a/index.html b/index.html index 434111b..5f1208e 100644 --- a/index.html +++ b/index.html @@ -17,13 +17,10 @@ -
+