gitlab-org--gitlab-foss/doc/development/new_fe_guide/tips.md
Marin Jankovski fda3149dda Reorganize feature flag documentation
Split the FF docs in 3 separate docs to cover 3 different use-cases.
2019-06-27 17:52:02 +00:00

845 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