meta icon indicating copy to clipboard operation
meta copied to clipboard

Unable to get custom JavaScript files into Dojo 2

Open Chiru3 opened this issue 7 years ago • 1 comments

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 avatar Jun 12 '18 09:06 Chiru3

@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.

mwistrand avatar Jun 19 '18 20:06 mwistrand