summaryrefslogtreecommitdiffstats
path: root/afm-client/dist.prod
AgeCommit message (Collapse)AuthorFilesLines
2016-02-11fix iconsJosé Bollo1-2/+2
Change-Id: I1ba856464a12fb83fb29bc35415a0bb8371b2669 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-11added installJosé Bollo1-2/+2
Change-Id: I38b58d9cc8843fdfed557b4e3e15d1462710e2e7 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-02-10synchronize with sourcesJosé Bollo3-4/+2
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>
2016-02-09Implemented URL query parsing for initial token /opa/?token=abcdeFulup Ar Foll2-0/+2
2016-01-28Update "dist.prod"Manuel Bachmann1-2/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Fix call to afm-main install function after uploadManuel Bachmann1-2/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Update "dist.prod" for "Update INFO+Stop"Manuel Bachmann1-2/+2
Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-28Update JSON APIFulup Ar Foll2-4/+4
2016-01-28Add "dist.prod" directory, modify .gitignoreManuel Bachmann38-0/+31
"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>