ManimCommunity / manim_editor

Web Presenter for Mathematical Animations using Manim.
https://docs.editor.manim.community
MIT License
257 stars 12 forks source link

Manim Editor v0.3.2 do not find css and js files #74

Closed clementpoiret closed 2 years ago

clementpoiret commented 2 years ago

Hi, I am currently trying to replicate the minimal example from the documentation using manim editor 0.3.2. On Vivaldi or Google Chrome, the page appears to be not formatted as it do not find css and js files as seen below. The library is installed through a classic pip install.

image

clementpoiret commented 2 years ago

When using manedit quick export with CLI it doesn't find */static/webpack, it's normal because the static folder contains only the img folder. The same thing happen on 0.3.1. v0.3.0 works fine though

christopher-besch commented 2 years ago

Ups... When I created the last release, I forgot to compile. I've published v0.3.3, which works.

Thanks a lot!

clementpoiret commented 2 years ago

If only bugs were always so simple to resolve :+1: Everything works fine now, thanks! :100: