Commit af715ba0 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'dmishunov-master-patch-31898' into 'master'

Updated path to `gitlab.yml` config file in the FE FAQ

See merge request gitlab-org/gitlab!65956
parents d30f347f e27dff53
...@@ -157,7 +157,7 @@ export const fetchFoos = ({ state }) => { ...@@ -157,7 +157,7 @@ export const fetchFoos = ({ state }) => {
Sometimes it's necessary to test locally what the frontend production build would produce, to do so the steps are: Sometimes it's necessary to test locally what the frontend production build would produce, to do so the steps are:
1. Stop webpack: `gdk stop webpack`. 1. Stop webpack: `gdk stop webpack`.
1. Open `gitlab.yaml` located in your `gitlab` installation folder, scroll down to the `webpack` section and change `dev_server` to `enabled: false`. 1. Open `gitlab.yaml` located in `gitlab/config` folder, scroll down to the `webpack` section, and change `dev_server` to `enabled: false`.
1. Run `yarn webpack-prod && gdk restart rails-web`. 1. Run `yarn webpack-prod && gdk restart rails-web`.
The production build takes a few minutes to be completed. Any code changes at this point are The production build takes a few minutes to be completed. Any code changes at this point are
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment