Description
during configure, if $needs_built_assets is false, we should remove class-load-entries.php and class-register-block-manifest.php from features and src/main.php as these features both deal with built assets.
Use Case
When built assets are not included, the related php features should not be included.
Description
during configure, if
$needs_built_assetsisfalse, we should removeclass-load-entries.phpandclass-register-block-manifest.phpfromfeaturesandsrc/main.phpas these features both deal with built assets.Use Case
When built assets are not included, the related php features should not be included.