We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17a6863 commit 20dcc3cCopy full SHA for 20dcc3c
cookbook/assetic/uglifyjs.rst
@@ -46,7 +46,6 @@ without the ``-g`` option and specify the path where to put the module:
46
.. code-block:: bash
47
48
$ cd /path/to/your/symfony/project
49
- $ mkdir app/Resources/node_modules
50
$ npm install uglify-js --prefix app/Resources
51
52
It is recommended that you install UglifyJS in your ``app/Resources`` folder and
@@ -237,7 +236,6 @@ the node package is installed:
237
236
238
# local installation
239
240
241
$ npm install uglifycss --prefix app/Resources
242
243
Next, add the configuration for this filter:
0 commit comments