Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2018-05-31 17:48:57 +0300
committerMike Greiling <mike@pixelcog.com>2018-05-31 17:48:57 +0300
commit915e56340361bbdd0ed448ef935f05253ed365a9 (patch)
tree07cbfe485f664904a5ecb4bc1f0b113a829542d4 /doc
parent68afa03a0dcd241ba44f375a8af6f86effad4f1c (diff)
parent9d2714543a31f48d93241217a68c2cab13775533 (diff)
Merge branch 'add-yarn-clean-step' into 'master'
Add yarn clean step, to delete production compiled assets See merge request gitlab-org/gitlab-ce!19212
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
+```