Skip to content

Commit 3cc9197

Browse files
committed
Merge branch '7.0' into 7.1
* 7.0: Update runtime.rst [AssetMapper] Removing TODOs
2 parents 90bbe24 + 4f33acb commit 3cc9197

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

components/runtime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The Runtime Component
22
=====================
33

44
The Runtime Component decouples the bootstrapping logic from any global state
5-
to make sure the application can run with runtimes like PHP-PM, ReactPHP,
5+
to make sure the application can run with runtimes like PHP-FPM, ReactPHP,
66
Swoole, etc. without any changes.
77

88
Installation

frontend/asset_mapper.rst

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -958,10 +958,6 @@ rendered by the ``{{ importmap() }}`` Twig function:
958958
Page-Specific CSS & JavaScript
959959
------------------------------
960960

961-
---> TODO HEre
962-
---> need to add the entrypoint in the importmap.php file
963-
----> and should NOT call parent() in the javascript block
964-
965961
Sometimes you may choose to include CSS or JavaScript files only on certain
966962
pages. For JavaScript, an easy way is to load the file with a `dynamic import`_:
967963

0 commit comments

Comments
 (0)