We will be off from 27/1 (Monday) to 31/1 (Friday) (GMT +7) for our Tet Holiday (Lunar New Year) in our country

Commit 2690c3db authored by Alexandros Moraitis's avatar Alexandros Moraitis Committed by GitHub

[PW-2984]Add the minify exclude element in config (#816)

* Add the minify exclude element in config

* Add the css to exclude files

* Remove the version

* Add adyen.com/checkoutshopper insted of /adyen/
Co-authored-by: default avatarAttila Kiss <42297201+cyattilakiss@users.noreply.github.com>
parent 7965a329
......@@ -230,5 +230,17 @@
<group>adyen</group>
</adyen_google_pay>
</payment>
<dev>
<js>
<minify_exclude>
<adyen_payment>adyen.com/checkoutshopper</adyen_payment>
</minify_exclude>
</js>
<css>
<minify_exclude>
<adyen_payment>adyen.com/checkoutshopper</adyen_payment>
</minify_exclude>
</css>
</dev>
</default>
</config>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment