Env `DEV_SERVER_LIVERELOAD` to disable webpack dev server livereload
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:57:40
| Stage: prepare Stage: test Stage: post-test |
Download artifacts
No artifacts found | ||
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
Pickup DEV_SERVER_LIVERELOAD
environment variable (set by the GDK) and enable/disable the webpack dev server inline
livereload option appropriately, https://webpack.github.io/docs/webpack-dev-server.html#inline-mode
Launch the GDK with
DEV_SERVER_LIVERELOAD=false gdk run db
Edit your GDK Procfile manually to add
DEV_SERVER_LIVERELOAD=false
beforewebpack-dev-server
Add
DEV_SERVER_LIVERELOAD=false
to your.bash_profile
@mikegreiling https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/9287#note_23738483
GDK MR: https://gitlab.com/gitlab-org/gitlab-development-kit/merge_requests/254
After the GDK MR is merged, in the GDK directory, echo false > webpack_livereload
, gdk reconfigure
, restart server gdk run
To disable livereload while developing
master
(if it does - rebase it please)Closes #28204 (closed)
Status | Pipeline | Created by | Stages | Actions |
---|---|---|---|---|
Warning 00:57:40
| Stage: prepare Stage: test Stage: post-test |
Download artifacts
No artifacts found | ||
0 |