How to minify dynamic generated code? #1678
Replies: 4 comments
-
Posted at 2023-07-13 by @gfwilliams Yes, there is - just ensure you have the Either that or for the kind of code you have there in the interval you could even add |
Beta Was this translation helpful? Give feedback.
-
Posted at 2023-07-13 by @MaBecker Not sure if I understand you correctly. The code is in String |
Beta Was this translation helpful? Give feedback.
-
Posted at 2023-07-14 by @gfwilliams You just make sure that in your code you change But it won't be written to Storage as minified. If that really is your code, I'd consider maybe just not writing the module to storage at all, but just using |
Beta Was this translation helpful? Give feedback.
-
Posted at 2023-07-14 by @MaBecker Many thanks, minify to storage is not important. Wow never used |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2023-07-13 by @MaBecker
Some times you need code that is dependent on parameter. Like having one up to five analog reads depense on your device. Having it readable eats up lots of space.
Is there a way to minify Sting module?
output
Beta Was this translation helpful? Give feedback.
All reactions