Skip to content

Commit

Permalink
Update asset_management.rst
Browse files Browse the repository at this point in the history
I'm getting this message:

    The --watch option is deprecated. Please use the assetic:watch command instead.
  • Loading branch information
Geert Eltink authored and weaverryan committed Feb 24, 2015
1 parent d447b12 commit 8c38ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/assetic/asset_management.rst
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,7 @@ command will automatically regenerate assets *as they change*:

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

0 comments on commit 8c38ec8

Please sign in to comment.