File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -104,15 +104,23 @@ Make sure you clear (and warm-up) your Symfony cache:
104
104
105
105
$ php app/console cache:clear --env=prod --no-debug
106
106
107
- D) Other things!
107
+ D) Dump your Assetic assets
108
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
109
+
110
+ If you're using Assetic, you'll also want to dump your assets:
111
+
112
+ .. code-block :: bash
113
+
114
+ $ php app/console assetic:dump --env=prod --no-debug
115
+
116
+ E) Other things!
108
117
~~~~~~~~~~~~~~~~
109
118
110
119
There may be lots of other things that you need to do, depending on your
111
120
setup:
112
121
113
122
* Running any database migrations
114
123
* Clearing your APC cache
115
- * Dumping your Assetic assets (taken care of already in ``cache:clear ``)
116
124
* Running ``assets:install `` (taken care of already in ``composer.phar install ``)
117
125
* Add/edit CRON jobs
118
126
* Pushing assets to a CDN
You can’t perform that action at this time.
0 commit comments