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
13aa5899
Commit
13aa5899
authored
Jun 23, 2020
by
Nicolò Maria Mezzopera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Apply 1 suggestion(s) to 1 file(s)
parent
a675b624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
doc/development/fe_guide/frontend_faq.md
doc/development/fe_guide/frontend_faq.md
+2
-1
No files found.
doc/development/fe_guide/frontend_faq.md
View file @
13aa5899
...
...
@@ -155,7 +155,8 @@ Sometimes it's necessary to test locally what the frontend production build woul
1.
edit
`gitlab.yaml`
and set
`webpack => dev_server => enabled: false`
1.
Run
`yarn webpack-prod && gdk restart rails-web`
.
The production build takes a few minutes to be completed, any code change at this point will be displayed only after executing again point
`3`
The production build takes a few minutes to be completed; any code change at this point will be
displayed only after executing the item 3 above again.
To return to the normal
`development mode:`
1.
edit
`gitlab.yaml`
and set
`webpack => dev_server => enabled: true`
...
...
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