Skip to content

Commit 4364889

Browse files
Merge pull request #9937 from magento-gl/Arrows-AC-14602
AC-15128:Exclude hugerte Editor JS Files from Bundled Output Across Themes
2 parents 2a1e1e5 + 50c2a42 commit 4364889

File tree

4 files changed

+15
-15
lines changed
  • app/design
  • dev/tests/integration/testsuite/Magento/Deploy/_files/zoom1/etc

4 files changed

+15
-15
lines changed

app/design/adminhtml/Magento/backend/etc/view.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2015 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
@@ -62,6 +62,6 @@
6262
<item type="directory">Lib::less</item>
6363
<item type="directory">Lib::fotorama</item>
6464
<item type="directory">Lib::magnifier</item>
65-
<item type="directory">Lib::tiny_mce</item>
65+
<item type="directory">Lib::hugerte</item>
6666
</exclude>
6767
</view>

app/design/frontend/Magento/blank/etc/view.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2015 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
@@ -287,7 +287,7 @@
287287
<item type="directory">Magento_Ui::templates/grid</item>
288288
<item type="directory">Magento_Ui::templates/dynamic-rows</item>
289289
<item type="directory">Magento_Swagger::swagger-ui</item>
290-
<item type="directory">Lib::tiny_mce</item>
290+
<item type="directory">Lib::hugerte</item>
291291
<item type="directory">Lib::varien</item>
292292
<item type="directory">Lib::jquery/editableMultiselect</item>
293293
<item type="directory">Lib::jquery/jstree</item>

app/design/frontend/Magento/luma/etc/view.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0"?>
22
<!--
33
/**
4-
* Copyright © Magento, Inc. All rights reserved.
5-
* See COPYING.txt for license details.
4+
* Copyright 2015 Adobe
5+
* All Rights Reserved.
66
*/
77
-->
88
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
@@ -298,7 +298,7 @@
298298
<item type="directory">Magento_Ui::templates/grid</item>
299299
<item type="directory">Magento_Ui::templates/dynamic-rows</item>
300300
<item type="directory">Magento_Swagger::swagger-ui</item>
301-
<item type="directory">Lib::tiny_mce</item>
301+
<item type="directory">Lib::hugerte</item>
302302
<item type="directory">Lib::varien</item>
303303
<item type="directory">Lib::jquery/editableMultiselect</item>
304304
<item type="directory">Lib::jquery/jstree</item>

dev/tests/integration/testsuite/Magento/Deploy/_files/zoom1/etc/view.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<?xml version="1.0"?>
22
<!--
3-
~ /**
4-
~ * Copyright © Magento, Inc. All rights reserved.
5-
~ * See COPYING.txt for license details.
6-
~ */
7-
-->
3+
/**
4+
* Copyright 2015 Adobe
5+
* All Rights Reserved.
6+
*/
7+
-->
88
<view xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Config/etc/view.xsd">
99
<vars module="Js_Bundle">
1010
<var name="bundle_size">3MB</var>
@@ -36,7 +36,7 @@
3636
<item type="directory">Magento_Ui::templates/grid</item>
3737
<item type="directory">Magento_Ui::templates/dynamic-rows</item>
3838
<item type="directory">Magento_Swagger::swagger-ui</item>
39-
<item type="directory">Lib::tiny_mce</item>
39+
<item type="directory">Lib::hugerte</item>
4040
<item type="directory">Lib::varien</item>
4141
<item type="directory">Lib::jquery/editableMultiselect</item>
4242
<item type="directory">Lib::jquery/jstree</item>

0 commit comments

Comments
 (0)