File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ The Runtime Component
2
2
=====================
3
3
4
4
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,
6
6
Swoole, etc. without any changes.
7
7
8
8
Installation
Original file line number Diff line number Diff line change @@ -958,10 +958,6 @@ rendered by the ``{{ importmap() }}`` Twig function:
958
958
Page-Specific CSS & JavaScript
959
959
------------------------------
960
960
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
-
965
961
Sometimes you may choose to include CSS or JavaScript files only on certain
966
962
pages. For JavaScript, an easy way is to load the file with a `dynamic import `_:
967
963
You can’t perform that action at this time.
0 commit comments