adobe-research / VideoDoodles

Other
398 stars 27 forks source link

cant find bundle.css #2

Closed Nuclear6 closed 2 months ago

Nuclear6 commented 2 months ago

After executing the npm run build command, I don’t see where the bundle.css file was generated? There is only glbal.css file in the public directory

em-yu commented 2 months ago

bundle.css is not needed, I removed that line from index.html. This should work without raising a 404 on that file now. Thank you