Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e27dff53
Commit
e27dff53
authored
Jul 15, 2021
by
Denys Mishunov
Committed by
Marcia Ramos
Jul 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated path to `gitlab.yml` config file in the FE FAQ
parent
b21159d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/development/fe_guide/frontend_faq.md
doc/development/fe_guide/frontend_faq.md
+1
-1
No files found.
doc/development/fe_guide/frontend_faq.md
View file @
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment