v4
v4 copied to clipboard
Where's the uv.bundle.js file??
What's happening?
Missing File
Please give instructions on how we can reproduce the error you're reporting.
In the html files, each one mentions a file called "uv.bundle.js". It didn't show up in my files when I downloaded it.
Please describe what's supposed to happen
I'm supposed to get the "uv.bundle.js" file
Anything else we should know?
Yes
uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.
uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.
well, I am trying to just use it by opening the html files
If I ran it in glitch , it suspends my project for violating the tos. In replit, when I run it it doesn't work. <p>So, can you help me?<p>
###this is the index.html `
<link rel="stylesheet" href="./css/master.css" />
<script src="/uv/uv.bundle.js" charset="UTF-8"></script>
<script src="/uv/uv.config.js"></script>
<script src="./js/preload.js"></script>
uv.bundle.js (and client, handler, and sw) are served by express. Are you attempting to run this statically? Art Class needs to be ran with the index.js file in the root. It is not a static application.
well, I am trying to just use it by opening the html files
Well that doesn’t work
lmao you need https for service workers
well, I am trying to just use it by opening the html files
if you want to run this on your computer, read run locally