Dependencies in custom folder

Is there any way to put dependencies (howler.js, pako.js, FileSaver.js, so lib folder) in another custom folder? Now when I compile the game they are in folder root. So I want structure: root/customfolder/lib.

I believe they are put in a “lib” folder, currently, like “Export/html5/bin/lib/howler.js”

Is there a way to customise it from project.xml?

Not currently, but perhaps we could expose <config:html5 dependency-folder="" /> or something similar, open to ideas :wink:

1 Like

Okay! I added <config:html5 dependency-path="lib" /> to Lime in the development version, you can now define this yourself to choose a different relative path name

Great! :slight_smile: