Mint, the new bundling tool chain for TurboWarp extensions #2473
kanebuilt
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Mint (or the Mint Tooling) is a custom, WIP bundling tool chain for TurboWarp extensions. I built it because handling large code in general is very finicky — especially TurboWarp extensions. Since there was no remedy for this, I made it myself. It concatenates JavaScript files in a source directory and uses a manifest to make the top comment header.
It's meant to be drop-in for the TurboWarp Extensions Gallery, in hopes that a Mint extension will be present in the Extensions Gallery at some point.
Try Mint out!
Screenshot in VS Code:
Mint's build output
Yes, Mint has a build system. But, since it's meant to be a drop-in tool chain, bundled extensions are easily readable. Here is the build output of my (also WIP) VFS extension, Next4.
Beta Was this translation helpful? Give feedback.
All reactions