Age | Commit message (Collapse) | Author | Files | Lines |
|
After modifying sources, gulp must be used using
the command:
gulp build-app-prod
That regenerates dist.prod/opa/AFBclient.min.js
I ran it and removed artefacts of dist.prod/sessions
Change-Id: If2a501291fcbd246727906205c46649fa2abce24
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Writing: "conf ? expr : var = item;" is wrong
because = has lower priority than ?:.
It is in fact evaluated as: "(conf ? expr : var) = item;"
Change-Id: I876b67b80c9285356d82bcc1c87795a97a501c86
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
|
|
|
|
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
|
|
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
'stop' is used to put apps in pause, and 'cont' to unpause them.
to exit an app, 'terminate' has been choosen
Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
|
|
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
|
|
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
|
|
|
|
|
|
|
|
"dist.prod" is a snapshot of compiled application ; it is
useful for demos, and because compiling AngularJS code
(using npm, gulp...) within Yocto means lots of efforts
for little gain.
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
|
|
|
|
|
|
|
|
|
|
|