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
Since both are in this repo, any change to the pretty versions must be reflected in the corresponding minified versions.
Most recently, I used the following command to do this in batch:
ls examples | xargs -I {} sh -c "jq --sort-keys --indent 0 --join-output < ./examples/{}/1.0.0-pretty.json > ./examples/{}/1.0.0.json"
This uses the jq program, so maybe we want another method? Either way, this should be more easily accessible for future maintenance.
The text was updated successfully, but these errors were encountered:
That looks like something that would go well in a Makefile. (make sure it's portable and works on at least OSX/linux.
Makefile
Sorry, something went wrong.
No branches or pull requests
Since both are in this repo, any change to the pretty versions must be reflected in the corresponding minified versions.
Most recently, I used the following command to do this in batch:
This uses the jq program, so maybe we want another method? Either way, this should be more easily accessible for future maintenance.
The text was updated successfully, but these errors were encountered: