summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJose <jvargas@gitlab.com>2018-05-29 11:40:18 -0500
committerJose <jvargas@gitlab.com>2018-05-29 11:40:18 -0500
commit9d2714543a31f48d93241217a68c2cab13775533 (patch)
treec90cef092b022bf9ac8b0a641b07e391df5087ff /doc
parent65bfec654a1ff2894e7829573d266f8d63c846f2 (diff)
downloadgitlab-ce-9d2714543a31f48d93241217a68c2cab13775533.tar.gz
Add yarn clean step, to delete production compiled assetsadd-yarn-clean-step
Diffstat (limited to 'doc')
-rw-r--r--doc/development/new_fe_guide/tips.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/development/new_fe_guide/tips.md b/doc/development/new_fe_guide/tips.md
index f0cdf52d618..881ad1662ae 100644
--- a/doc/development/new_fe_guide/tips.md
+++ b/doc/development/new_fe_guide/tips.md
@@ -1,3 +1,9 @@
# Tips
-> TODO: Add tips
+## Clearing production compiled assets
+
+To clear production compiled assets created with `yarn webpack-prod` you can run:
+
+```
+yarn clean
+```