Skip to content

Commit 84a0f10

Browse files
committed
Merge branch '3.4' into 4.3
* 3.4: Fix comment to actually be a comment in code block Fix rendering of error code block
2 parents c1de819 + 1c23849 commit 84a0f10

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

frontend/encore/babel.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ cache directory:
4646

4747
.. code-block:: terminal
4848
49-
$ On Unix run this command. On Windows, clear this directory manually
49+
# On Unix run this command. On Windows, clear this directory manually
5050
$ rm -rf node_modules/.cache/babel-loader/
5151
5252
Creating a .babelrc File

frontend/encore/simple-example.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,10 @@ Then, tell Encore to enable the Sass pre-processor:
302302
Because you just changed your ``webpack.config.js`` file, you'll need to restart
303303
Encore. When you do, you'll see an error!
304304

305-
> Error: Install sass-loader & node-sass to use enableSassLoader()
306-
> yarn add sass-loader@^7.0.1 node-sass --dev
305+
.. code-block:: terminal
306+
307+
> Error: Install sass-loader & node-sass to use enableSassLoader()
308+
> yarn add sass-loader@^7.0.1 node-sass --dev
307309
308310
Encore supports many features. But, instead of forcing all of them on you, when
309311
you need a feature, Encore will tell you what you need to install. Run:

0 commit comments

Comments
 (0)