I have made a small application with Phaser. How do I distribute it? I am using Typescript with Visual Studio 2015 CE. After making a release build I checked the /bin folder, and there is a plugin and a couple of other files I don't know what to do with. Going to the game's directory and opening the index.html file opens in browser, but the path to the graphics folder is broken, so it runs with no images displayed. Do I have to manually copy all the needed files into another folder? The HTML file only references two scripts. Phaser.JS and App.js (since I compiled to single file). Including index.htm, Phaser.js and App.js plus the folder of Sprites doesn't work.