-
-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
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
jquery/jquery.validate.min.js file isn't getting minified properly. #110
Comments
What permission issue are you getting trying to make a PR? This repository is open for pull requests. |
Is this the same issue we discussed in the PRs? Is it okay to close it now? |
yes it is same issue. I am verifying with new version. If all good i will inform you the same. |
Hi Robert, ./JShrink/tree/master/tests/Resources/jshrink/input/ And then add a second file with the expected output to- ./JShrink/tree/master/tests/Resources/jshrink/output/ |
Hi @tedivm any update about the PR? with my solution js is minifying properly. |
@CGLOB your PR has failing tests at the moment. If you can get those resolved I can give it a proper review. |
I need your help. regex_close.js output is not correct. The output need to be modified. My solution is related regex_close.js code which suppose to minify fully. It should be "function test(string){return(string||'').replace(/([\!"#$%&'()*+,./:;<=>?@[]^`{|}~])/g,'\$1')}". Your latest test code conflicting the solution. |
@tedivm I have fixed the issues and test passed as well. Can you please verify once. |
I'm brainstorming some adversarial strings- basically I'm just trying to beat this up some more to make sure there are no regressions. Regex is one of the most annoying parts of processing, and I've made changes in the past that I thought were great that added in regressions. As a result I'm super paranoid about changes to that part of the code base. |
Thanks a lot for the review and your input. Please let me know if i can or i must help you to solve the issue. |
[ pub/static/frontend/Magento/luma/en_US/jquery/jquery.validate.min.js ] is partially minified. It still contains parts without minifying.
Ex:
If you scroll to the bottom, you will see a non minified part.
The text was updated successfully, but these errors were encountered: