debian-mirror-gitlab/doc/development/new_fe_guide/tips.md
2020-01-01 13:55:28 +05:30

995 B

Tips

Clearing production compiled assets

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

yarn clean

Creating feature flags in development

The process for creating a feature flag is the same as enabling a feature flag in development.

Your feature flag can now be:

More on feature flags

Running tests locally

This can be done as outlined by the frontend testing guide.