Mendix 9 external js file: what path to use?

1
We use the HTML/JavaScript Snippet quite often to point to an external js file. The theme folder use to be the root, so with a folder named js the pathe “js/js-lib.js” would import the file. In MX 9 this does not seem to work as it does in MX8. Where can we place our external js file(s) in MX9 so the HTML/JavaScript Snippet can import it?
asked
1 answers
3

The snippet reads from what is in ‘deployment/web’ after deploy. I would assume that the folder 'theme/web/’ would now be the root location for js files.

answered