Skip to content
This repository has been archived by the owner on Sep 24, 2019. It is now read-only.

Can we use gulp to build the finished product? #51

Open
abargnesi opened this issue Mar 16, 2016 · 2 comments
Open

Can we use gulp to build the finished product? #51

abargnesi opened this issue Mar 16, 2016 · 2 comments

Comments

@abargnesi
Copy link
Member

We have export, clean-export, and export-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 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.

@wshayes
Copy link
Member

wshayes commented Mar 16, 2016

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.

@abargnesi
Copy link
Member Author

Hmm, sounds promising. Bundler task (aurelia-bundler) seems to package HTML, Js, and CSS.

Do we then need export to package the media/ and help/ directories?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants