ded/script.js

Problems loading 'index.js'

Closed this issue · 1 comments

skw commented

Is 'index.js' reserved on the client-side? Renaming the asset to app.js for example worked fine, is this a script.js issue or something related to Chrome of the ECMAScript spec?

This is not related to script.js. It's more likely related to your web host settings. In Apache for example there are several default redirects surrounding the keyword index. Avoiding the use of index.js seems like the easiest solution.