Colbydude / twitch-extension-vue-laravel-mix-boilerplate

Twitch Extension Boilerplate setup to use VueJS and Laravel Mix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

404 for all referenced files in hosted test

mkarnicki opened this issue · comments

Hi, first of all thanks for the work you've done on this boilerplate.

I had an issue with my extension, so I tried uploading the build of yours (no code changed). In hosted test, any file that is included (correctly with relative paths) from the viewer.html file does not load (the css/app.css, similarly js/*.js files). When I create the zip folder, I confirmed the files are in the root of the archive (not in any subfolder).

Would you have any pointers to me? I must be doing something wrong 🤔 Thanks!

It appears no files referenced from HTML can be located in any subfolder (css and js files have to go to the root of the output zip file). Maybe worth adding to the readme :)?