Skip to content

Commit 20dcc3c

Browse files
committed
[#5094] Removing mkdir - it's not needed (thanks xabbuh)
1 parent 17a6863 commit 20dcc3c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cookbook/assetic/uglifyjs.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ without the ``-g`` option and specify the path where to put the module:
4646
.. code-block:: bash
4747
4848
$ cd /path/to/your/symfony/project
49-
$ mkdir app/Resources/node_modules
5049
$ npm install uglify-js --prefix app/Resources
5150
5251
It is recommended that you install UglifyJS in your ``app/Resources`` folder and
@@ -237,7 +236,6 @@ the node package is installed:
237236
238237
# local installation
239238
$ cd /path/to/your/symfony/project
240-
$ mkdir app/Resources/node_modules
241239
$ npm install uglifycss --prefix app/Resources
242240
243241
Next, add the configuration for this filter:

0 commit comments

Comments
 (0)