v4 icon indicating copy to clipboard operation
v4 copied to clipboard

Where's the uv.bundle.js file??

Open Kenfin777 opened this issue 1 year ago • 6 comments

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

Kenfin777 avatar Feb 14 '24 16:02 Kenfin777

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.

proudparrot2 avatar Feb 14 '24 17:02 proudparrot2

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

Kenfin777 avatar Feb 14 '24 17:02 Kenfin777

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>

Kenfin777 avatar Feb 14 '24 17:02 Kenfin777

###this is the index.html `

Art Class
<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>

Kenfin777 avatar Feb 14 '24 18:02 Kenfin777

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

proudparrot2 avatar Feb 14 '24 19:02 proudparrot2

lmao you need https for service workers

IncognitoTGT avatar Apr 02 '24 19:04 IncognitoTGT

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

mdoryammilwalrus avatar Jun 08 '24 00:06 mdoryammilwalrus