Minifying internal modules after modifying them #7969
-
|
Hello, I have identified a minor (but extremely annoying) bug in the Bangle.Js 2's builtin JavaScript modules, and have made a patch to the library's So, I have a question. What is the tool that is used to generate the minified versions of the Espruino built-in JS modules? Do I even need to generate them at all, or is that taken care of by some github action? Thanks a lot, Edit: After a bit more looking, I came across this thread, which mentions a minifier in the web IDE. While I was able to find the minification settings in the web IDE, I was not able to find a way to get it to actually minify my code. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Here's a hint. I can refresh my memory tomorrow if still needed 🙂 We do it manually, no github action for it afaIk.
|
Beta Was this translation helpful? Give feedback.
-
|
This worked! Thanks! ...and if it didn't I'm sure I'll get an unhappy reply from a maintainer soon... |
Beta Was this translation helpful? Give feedback.
Here's a hint. I can refresh my memory tomorrow if still needed 🙂
We do it manually, no github action for it afaIk.
espruino/Espruino#2626 (comment)