Skip to content

Commit 8c38ec8

Browse files
Geert Eltinkweaverryan
Geert Eltink
authored andcommitted
Update asset_management.rst
I'm getting this message: The --watch option is deprecated. Please use the assetic:watch command instead.
1 parent d447b12 commit 8c38ec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/assetic/asset_management.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ command will automatically regenerate assets *as they change*:
545545

546546
.. code-block:: bash
547547
548-
$ php app/console assetic:dump --watch
548+
$ php app/console assetic:watch
549549
550550
Since running this command in the ``dev`` environment may generate a bunch
551551
of files, it's usually a good idea to point your generated asset files to

0 commit comments

Comments
 (0)