Skip to content
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

Braintree js.braintreegateway is not excluded from minify #4713

Closed
bgkavinga opened this issue May 26, 2016 · 1 comment
Closed

Braintree js.braintreegateway is not excluded from minify #4713

bgkavinga opened this issue May 26, 2016 · 1 comment
Assignees

Comments

@bgkavinga
Copy link

Since the Braintree js.braintreegateway js in not excluded in minify, it fails to load Braintree in checkout when js minification is enabled.
Quick fix: Add following to one of config.xml

 <default>
        <dev>
            <js>
                <merge_files>0</merge_files>
                <minify_files>0</minify_files>
                <minify_exclude>/js.braintreegateway.com/</minify_exclude>
            </js>
        </dev>
    </default>
@YevSent
Copy link
Contributor

YevSent commented May 27, 2016

This issue duplicated to #3916 and already resolved in the develop branch.
Closing this issue, please feel free contacting us if you have any further issues.

@YevSent YevSent closed this as completed May 27, 2016
magento-engcom-team pushed a commit that referenced this issue Aug 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants