bodymovin-extension
bodymovin-extension copied to clipboard
How to take effect when I modify the project in PlayerDebugMode?
In the terminal, I run npm run start-dev
, open the CEF client and succesfully navigate to http://localhost:8092
But, how to take effect when I modify the bodymovin/bodymovin-extension
project in the PlayerDebugMode? I want to do some modifications according to my demands.
Thanks!
on older AE versions you need to close and reopen the app. On newer ones, if you modify anything on the react app, it should reload everything
Thanks for your answer! I have found some way to run in PlayerDebugMode.