Folder of compiled HTML5 files
Monkey Forums/Monkey Programming/Folder of compiled HTML5 files
| ||
Hi all, maybe this is a dumb question but I will take the risk ;) Once you've compiled your program with HTML5 target and it is executed in browser... where is saved the code of the game in .js? I've tried to find it without any success.. someone could help me? thanks! |
| ||
If your source file is called, for example, 'mygame.monkey', a folder called 'mygame.build' is created next to it. Inside mygame.build is a folder called 'html5' which contains the compiled code. |
| ||
ok you're right! thanks a lot and sorry for asking that silly question! :P I wasn't cheking the folders of the examples, which are the ones I was compiling! :) thanks so much Warpy :) |