I love this library. It's exactly what I was looking for.
I want to be able to load the bundled JS file directly into the browser via a script tag. My plan is to clone this repository as a submodule in my own Git repository, and build the JS from source as part of my build process. Using submodules, Git lets you target a specific branch of the sub-repository, but you cannot select a tag. I can make do without, but I would appreciate it if yall could just create a branch in this repository that targets the same commit as the v0.6.7 tag.
The SDL project is a decent example I've used before which creates branches matching minor release versions.
Thank you
I love this library. It's exactly what I was looking for.
I want to be able to load the bundled JS file directly into the browser via a script tag. My plan is to clone this repository as a submodule in my own Git repository, and build the JS from source as part of my build process. Using submodules, Git lets you target a specific branch of the sub-repository, but you cannot select a tag. I can make do without, but I would appreciate it if yall could just create a branch in this repository that targets the same commit as the
v0.6.7tag.The SDL project is a decent example I've used before which creates branches matching minor release versions.
Thank you