Closed aligent-lturner closed 5 years ago
Thanks so much @aligent-lturner for your first contribution to the repo! If you can make the tweak suggested by @Vinai I'll gladly land this.
Suggested changes by @Vinai have been made to make the code more readable and compliant with PSR-2.
Thank you so much!
This PR is a:
Summary
When this pull request is merged, it will disable minification of JS assets in core Magento code. This is done as the RequireJS optimizer needs JS files to not be minified to work correctly. Minification of other assets will be processed as normal.
Additional information
Related issue #47