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
suggest to remove --cache and --minify arguments from hlx up and hlx build
--cache
--minify
hlx up
hlx build
The text was updated successfully, but these errors were encountered:
feat(cli): remove --minify and --cache
b598041
fixes #986
chore(release): 4.3.0 [skip ci]
7f089a7
# [4.3.0](v4.2.10...v4.3.0) (2019-06-12) ### Features * **cli:** remove --minify and --cache ([b598041](b598041)), closes [#986](#986)
🎉 This issue has been resolved in version 4.3.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
tripodsan
Successfully merging a pull request may close this issue.
suggest to remove
--cache
and--minify
arguments fromhlx up
andhlx build
--cache
is an implementation detail of how hlx uses parcel and is not relevant to the user--minify
never makes sense for local development. when bundled into actions, the code might be minified during the package stage.The text was updated successfully, but these errors were encountered: