Magento 2
How is Magento\RequireJs\Model\FileManager::createRequireJsConfigAsset() implemented and used?
Development
Rendering
rendering
,
asset
,
requirejs
,
javascript
,
page-rendering
,
requirejs-config
,
static-content
dmitrii_fediuk
(Dmitrii Fediuk)
May 7, 2017, 11:39pm
1
Context:
How is the composite
requirejs-config.js
file added to the pages?
Implementation
Magento\RequireJs\Model\FileManager::ensureSourceFile()
How is Magento\Framework\RequireJs\Config::getConfigFileRelativePath() implemented and used?