Skip to content

Commit 85f63f1

Browse files
danmooney2rganin
authored andcommitted
MAGETWO-72521: Create App-shell block
- Add noop _styles-l.less/_styles-m.less to fix Magento\Test\Integrity\StaticFilesTest::testReferencesFromStaticFiles
1 parent ef85f81 commit 85f63f1

File tree

6 files changed

+12
-4
lines changed

6 files changed

+12
-4
lines changed

app/design/frontend/Magento/rush/Magento_Theme/layout/default.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<?xml version="1.0"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
18
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
29
<body>
310
</body>

app/design/frontend/Magento/rush/registration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use \Magento\Framework\Component\ComponentRegistrar;
88

99
ComponentRegistrar::register(
10-
ComponentRegistrar::THEME,
11-
'frontend/Magento/rush',
12-
__DIR__
10+
ComponentRegistrar::THEME,
11+
'frontend/Magento/rush',
12+
__DIR__
1313
);

app/design/frontend/Magento/rush/web/css/_styles-l.less

Whitespace-only changes.

app/design/frontend/Magento/rush/web/css/_styles-m.less

Whitespace-only changes.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@
194194
"magento/theme-adminhtml-backend": "100.3.0-dev",
195195
"magento/theme-frontend-blank": "100.3.0-dev",
196196
"magento/theme-frontend-luma": "100.3.0-dev",
197+
"magento/theme-frontend-rush": "100.3.0-dev",
197198
"magento/language-de_de": "100.3.0-dev",
198199
"magento/language-en_us": "100.3.0-dev",
199200
"magento/language-es_es": "100.3.0-dev",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)