gitlab-org--gitlab-foss/doc/development/new_fe_guide/tips.md
Ezekiel Kigbo 7a5aca1e32 Adds info and links on creating feature flags
Adds A short summary of the steps to create and use feature flags
in development for frontend developers who might be unfamiliar
with `rails` and or `flipper`. Adds links to further reading
in the development guide.
2019-03-21 06:57:37 -07:00

999 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