Live Helper Chat support forum.. Forum is locked. New place for questions - Github Discussions
You are not logged in.
Hi there,
i wonder if there is any documentation about the dev, build and packaging process?
I quite confused, because the repository seems to include a mix of sources, build helpers and build arefacts as well.
What's the right way to set up the dev env and build the application?
Thanks,
Chris
Offline
Hi Chris,
welcome in the live helper chat forum.
You can find LHC documentation link on the navigation bar of the forum on top.
This is the documentation available to users.
Maybe not all is updated because there is a lot of work to do with the code and this is an open source project this mean is developed in the free time.
If you need more deep support you can try the commercial support; more info on my forum signature.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
The documentation says nothing about setup of development environment.
Well, your saying that this is an open-source project, right?
I just wanna contribute by adding bugfixes and new features and commit the to the project.
Therefore i need to setup the gulp, webpack, bower build process.
Offline
In this case i will inform the chat owner and see if him can reply to you here
Thank you for the patience. I'm also upgrading your account from new member to member so will remove some forum limitations for new member for you.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Hi, today will be written a new article at the bottom of this page:
https://github.com/LiveHelperChat/livehelperchat
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline
Here you will find quick guide how to develop
https://github.com/LiveHelperChat/liveh … ment-guide
Offline
Hi there,
thanks for the quick guide.
I have set it up, but i'm having trouble with running gulp.
executing gulp in lhc_web won't finish successfully:
[== Undefined ==]
[21:19:46] Using gulpfile ~/Documents/projects/lhc_web/gulpfile.js
[21:19:46] Starting 'default'...
[21:19:46] Starting 'js-lh-dashboard'...
[21:19:47] Finished 'js-lh-dashboard' after 78 ms
[21:19:47] Starting 'js-cobrowse-operator'...
[21:19:47] Finished 'js-cobrowse-operator' after 723 ms
[21:19:47] Starting 'js-cobrowse-visitor'...
[21:19:48] Finished 'js-cobrowse-visitor' after 538 ms
[21:19:48] Starting 'js-angular-main'...
[21:19:48] Finished 'js-angular-main' after 161 ms
[21:19:48] Starting 'js-main-fileupload'...
[21:19:48] Finished 'js-main-fileupload' after 257 ms
[21:19:48] Starting 'js-datepicker'...
[21:19:48] Finished 'js-datepicker' after 154 ms
[21:19:48] Starting 'js-colorpicker'...
[21:19:49] Finished 'js-colorpicker' after 334 ms
[21:19:49] Starting 'js-lhc-speak-js'...
[21:19:49] Finished 'js-lhc-speak-js' after 28 ms
[21:19:49] Starting 'js-lh'...
[21:19:49] Finished 'js-lh' after 360 ms
[21:19:49] Starting 'js-lh-canned'...
[21:19:49] Finished 'js-lh-canned' after 49 ms
[21:19:49] Starting 'js-angular-checkmodel'...
[21:19:49] Finished 'js-angular-checkmodel' after 15 ms
[21:19:49] Starting 'js-angular-online'...
[21:19:49] Finished 'js-angular-online' after 33 ms
[21:19:49] Starting 'js-lh-npm'...
[21:19:49] [webpack] Hash: d15c50c8c0a83b509c98
Version: webpack 1.15.0
Time: 245ms
Asset Size Chunks Chunk Names
bundle.js 1.36 kB 0 [emitted] app
1-c14849a74eb678ced60a.js 2.77 kB 1 [emitted]
2-87f68a8f63906c6e546b.js 6.08 kB 2 [emitted]
chunk {0} bundle.js (app) 1.01 kB [rendered]
[0] multi app 28 bytes {0} [built]
[1] ./design/defaulttheme/js/lh/lh.js 983 bytes {0} [built]
chunk {1} 1-c14849a74eb678ced60a.js 4.29 kB {0} [rendered]
[2] ./design/defaulttheme/js/lh/lh-modules/reveal-modal.js 4.29 kB {1} [built]
chunk {2} 2-87f68a8f63906c6e546b.js 11 kB {0} [rendered]
[3] ./design/defaulttheme/js/lh/lh-modules/lazy/speak ^\.\/.*\.js$ 204 bytes {2} [built]
[4] ./design/defaulttheme/js/lh/lh-modules/lazy/speak/lhc.speak.js 8.55 kB {2} [optional] [built]
[5] ./design/defaulttheme/js/lh/lh-modules/lazy/speak/lhc.translation.js 2.22 kB {2} [optional] [built]
[21:19:50] The following tasks did not complete: default, js-lh-npm
[21:19:50] Did you forget to signal async completion?
Do you have an idea, what's causing the error?
[21:19:50] The following tasks did not complete: default, js-lh-npm
[21:19:50] Did you forget to signal async completion?
Thank you,
Chris
Last edited by fink-chris (2020-01-29 20:24:18)
Offline
Hi fink-chris, I'm sorry i cannot help with your last message.
PeopleInside - Live helper chat - free limited forum support!
For commercial support or GitHub [see FAQ here]
If you want to support this open source project, just donate [see support page]
Something wrong with the forum? [contact a superhero]
Offline