File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
Original file line number Diff line number Diff line change @@ -108,16 +108,6 @@ Basic scripting
108
108
You can of course use shell, `Ant `_ or any other build tool to script
109
109
the deploying of your project.
110
110
111
- Common Pre-Deployment Tasks
112
- ----------------------------
113
-
114
- Before deploying your Symfony project, there are a number of common tasks you might need to do:
115
-
116
- A) Building and Minifying your Assets
117
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
118
-
119
- Follow these steps to get started building and minifying your assets: :ref: `how-do-i-deploy-my-encore-assets `.
120
-
121
111
Common Post-Deployment Tasks
122
112
----------------------------
123
113
@@ -196,6 +186,7 @@ setup:
196
186
* Running any database migrations
197
187
* Clearing your APC cache
198
188
* Add/edit CRON jobs
189
+ * ref:`Building and minifying your assets <how-do-i-deploy-my-encore-assets> ` with Webpack Encore
199
190
* Pushing assets to a CDN
200
191
* ...
201
192
You can’t perform that action at this time.
0 commit comments