Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 20dcc3c

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-2
lines changed

‎cookbook/assetic/uglifyjs.rst

Copy file name to clipboardExpand all lines: cookbook/assetic/uglifyjs.rst
-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.