File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed 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
108108 You can of course use shell, `Ant `_ or any other build tool to script
109109 the deploying of your project.
110110
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-
121111Common Post-Deployment Tasks
122112----------------------------
123113
@@ -196,6 +186,7 @@ setup:
196186* Running any database migrations
197187* Clearing your APC cache
198188* Add/edit CRON jobs
189+ * ref:`Building and minifying your assets <how-do-i-deploy-my-encore-assets> ` with Webpack Encore
199190* Pushing assets to a CDN
200191* ...
201192
You can’t perform that action at this time.
0 commit comments