-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Magento2 JS minification #1138
Comments
Hi, @craigcarnell. |
Hi, @craigcarnell.
Good to know: Since, the bundling feature is still in development, you won't find a documentation yet available. But within some nearest release it will be shipped to public resource. If you need more details, you may ask questions here so far. Thank you. |
@craigcarnell, do you have another questions or we can close this issue? |
Closed. There is no response from reporter. @craigcarnell, feel free to reopen if still have issues with JS minification . |
@vpelipenko When I enable the merge and bundling of JavaScript files in beta4, the admin system menu no longer responds. There is no errors in my console. It will not slide across. I would preferably like frontend and back end merging/bundling being moved into separate menu options, as this can issue often occurs if there is a mistake in any javascript, stopping javascript running in the admin. @vkorotun How do you switch to "production" mode? |
If anyone else comes across this post.....
|
I have the same problem as above. I've opened a new bug for it: 4506 |
And the |
Fixed issues: - MAGETWO-63054 [Catalog] MSRP field is not displayed for bundle products with fixed price - MAGETWO-63154 Special characters in store name converted to numerical character references in email subject #8094 - MAGETWO-60692 [Github]Bundle product order - create invoice via REST API #6988 - MAGETWO-60514 The exchange rate in order is duplicated - MAGETWO-64967 Export locks admin panel - MAGETWO-67529 [Catalog] Configurable product visible on frontend when all child products are disabled - MAGETWO-67574 [Catalog] Denied category is visible on SF - MAGETWO-60628 [GITHUB] Refund report does not show right date #5317 - MAGETWO-69111 Customer custom address attributes lost after changing contact information and password - MAGETWO-67745 The "Catalog Search indexer process unknown error" appears after reindex - MAGETWO-64885 Wrong cookies set for store views with multidomain
Enabled JS Minification in the admin (along with bundling.. whatever that is), along with merging.
However when I look in firebug net I see a merged JavaScipt file but also about another 20 files, such as translate.js etc.
The text was updated successfully, but these errors were encountered: