You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.
Running gulp build export builds belmgr into the export/ directory. However when I run this directory as a web root with python3 -m http.server, only the Search page is usable. The other pages 404.
This might be a bug with configuring the export task, but I'm not sure.
The text was updated successfully, but these errors were encountered:
I'm reworking the gulp tasks as they are significantly impacted by the Plugin/BELMgr client architecture. I'm trying to get the gulp bundle task to work instead or have that run as part of gulp export.
We have
export
,clean-export
, andexport-copy
gulp tasks in build/tasks/export-release.js.Running
gulp build export
builds belmgr into the export/ directory. However when I run this directory as a web root withpython3 -m http.server
, only the Search page is usable. The other pages 404.This might be a bug with configuring the export task, but I'm not sure.
The text was updated successfully, but these errors were encountered: