meta
meta copied to clipboard
Unable to get custom JavaScript files into Dojo 2
HI,I am trying to include custom JavaScript files using script tag in index.html.But in browser it shows the error 404 file not found.I have tried all different types of including.some one can tell me how can i include a js files into Dojo 2.
@Chiru3 While we have much of that functionality in place, we are still working on a way to properly bundle assets that are external to the build pipeline (although that will rely on the .dojorc config instead of scanning index.html). In the meantime, you will need some other means of ensuring the relevant files are served.