diff options
author | Jose <jvargas@gitlab.com> | 2018-05-29 11:40:18 -0500 |
---|---|---|
committer | Jose <jvargas@gitlab.com> | 2018-05-29 11:40:18 -0500 |
commit | 9d2714543a31f48d93241217a68c2cab13775533 (patch) | |
tree | c90cef092b022bf9ac8b0a641b07e391df5087ff /doc/development | |
parent | 65bfec654a1ff2894e7829573d266f8d63c846f2 (diff) | |
download | gitlab-ce-9d2714543a31f48d93241217a68c2cab13775533.tar.gz |
Add yarn clean step, to delete production compiled assetsadd-yarn-clean-step
Diffstat (limited to 'doc/development')
-rw-r--r-- | doc/development/new_fe_guide/tips.md | 8 |
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 +``` |