Endel Dreyer
Endel Dreyer
Hey there, I think I've found the root of the problem. Even if you're not using "CSS" as export format, the `generator` is re-ordering the files before generating the JSON...
Any thoughts about this? The code is pretty simple and clear. Thanks
Created a PR to address this https://github.com/tonistiigi/audiosprite/pull/83 (In the meantime, you can use `@gamestdio/audiosprite` package with this feature)
Hi guys, has anyone been working on this? I'm also interested in releasing with `--tag`, I'm wondering if we could use the `--tag` automatically in case there is a dash...
If we go for the RegExp approach, in case the `a-zA-Z` characters are found we can consider using `--tag`: ```javascript const version = "1.2.3-alpha.0"; const tagName = version.match(/([a-zA-Z]+)/); if (tagName)...
Same thing. Anybody knows how to fix it?
Thanks, @khuongdv, this solved the compilation error. The next issue I'm having now is this one: https://github.com/sbugert/react-native-admob/issues/231, using `[email protected]`. Have you experienced this as well? Which version of react-native are...
please, browser version, please! 😊
@lukeed do you have an update on this? I'm going to need this pretty soon, would appreciate if you can manage to publish a browser version of this! Don't worry...
Thanks @lukeed, I'll test as soon as you release it :)