Skip to content

Commit 1c88890

Browse files
committed
tweaks thank to Javier
1 parent 821a042 commit 1c88890

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

frontend/encore/simple-example.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ To build the assets, run the following if you use the Yarn package manager:
6868
# compile assets and automatically re-compile when files change
6969
$ yarn watch
7070
71+
# if using npm, use "npm run" and then any of these commands
72+
$ npm run watch
73+
7174
# or, run a dev-server that can sometimes update your code without refreshing the page
7275
$ yarn dev-server
7376
@@ -98,7 +101,7 @@ Congrats! You now have three new files:
98101
that helps performance, but doesn't affect how things work. Others help Encore
99102
do its work.
100103

101-
Next, to include these in your base layout, you can leverage two zTwig helpers from
104+
Next, to include these in your base layout, you can leverage two Twig helpers from
102105
WebpackEncoreBundle:
103106

104107
.. code-block:: html+twig

0 commit comments

Comments
 (0)