dojo / meta

:rocket: Dojo - meta information for the project.
Other
226 stars 50 forks source link

Unable to get custom JavaScript files into Dojo 2 #259

Open Chiru3 opened 6 years ago

Chiru3 commented 6 years ago

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.

mwistrand commented 6 years ago

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