Avatar for Biran4454

Biran4454

Member since Dec 2023 • Last active Dec 2023
  • 1 conversations
  • 3 comments
:3

Most recent activity

  • in Bangle.js
    Avatar for Biran4454

    Thanks for your inputs, I admit I didn't realise the App Loader already had a minifier! I think I'll leave the source code unminified, since I agree that it's tricky to get reproducable minification, especially if it completely changes the variable names.

  • in Bangle.js
    Avatar for Biran4454

    Hi there, I developed a small simple app, and wanted to add it to the BangleApps repo.
    It is about 8.2kb (+ 0.5kb icon), but using a js minifier I can get it down to 3.4kb, at the expense of readability of course.
    Also anyone who wants to check that the minified code hasn't been modified would have to use a similar minifier, and it could seem a bit dodgy / frustrating.
    If I include the original source alongside the compressed version, is that still OK, or is it not worth the hassle for the sake of 5kb?
    Thanks for any ideas, or suggestions on a better place to ask.

Actions