Skip to content

Commit cb1e0ef

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-2045: JS jQuery mix-in files not loading Intermittent issue
1 parent 8c12687 commit cb1e0ef

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/RequireJs/Block/Html/Head

1 file changed

+2
-1
lines changed

app/code/Magento/RequireJs/Block/Html/Head/Config.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,14 @@ protected function _prepareLayout()
129129
$requireJsConfig,
130130
$after
131131
);
132+
$after = $requireJsConfig->getFilePath();
132133
$requireJsMixinsConfig = $this->fileManager->createRequireJsMixinsAsset();
133134
$assetCollection->insert(
134135
$requireJsMixinsConfig->getFilePath(),
135136
$requireJsMixinsConfig,
136137
$after
137138
);
138-
139+
139140
return parent::_prepareLayout();
140141
}
141142
}

0 commit comments

Comments
 (0)