We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you tell the parser to strip newlines but have code like this:
#define SOMEVALUE 1 uniform vec3 color;
You'll end up with:
#define SOMVALUE1uniform vec3 color;
Great work on this project by the way 👍
The text was updated successfully, but these errors were encountered:
Thanks, this means a lot. This hasn't really been used as a minifier yet, I'll see what I can do about this.
Sorry, something went wrong.
2a77f4e
Hopefully this works, because I could not reproduce the part with the missing spaces.
Works perfectly, thanks!
No branches or pull requests
If you tell the parser to strip newlines but have code like this:
You'll end up with:
Great work on this project by the way 👍
The text was updated successfully, but these errors were encountered: