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

tips.md « new_fe_guide « development « doc - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 881ad1662ae3a26651a5e1cb6c036442a7d2df58 (plain)
1
2
3
4
5
6
7
8
9
# Tips

## Clearing production compiled assets

To clear production compiled assets created with `yarn webpack-prod` you can run:

```
yarn clean
```