Skip to content
This repository has been archived by the owner on Mar 12, 2019. It is now read-only.

Commit

Permalink
Merge branch 'slackerzz-fix_magento_js_minify'
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix128 committed Oct 3, 2017
2 parents 65e6e92 + 2b650e4 commit 542ba01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,13 @@
<enabled_create>1</enabled_create>
</frontend>
</msp_securitysuite_recaptcha>
<dev>
<js>
<minify_exclude>
google.com
gstatic.com
</minify_exclude>
</js>
</dev>
</default>
</config>
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="MSP_ReCaptcha" setup_version="1.3.3">
<module name="MSP_ReCaptcha" setup_version="1.3.4">
<sequence>
<module name="MSP_Common"/>
<module name="MSP_SecuritySuiteCommon"/>
Expand Down

0 comments on commit 542ba01

Please sign in to comment.