Skip to content

Commit

Permalink
Add href resources so wget can download them
Browse files Browse the repository at this point in the history
[Issue] Samsung/TAU-Design-Editor#437
[Issue] Samsung/TAU-Design-Editor#441
[Problem] Interactive 3D widget not working on code.tizen.org
due to the missing resources
[Solution] Add href attributes so wget can download external resources
[Test]
1. Run WATT
2. Visit links:
http://localhost:3000/demos?path=1.1%2Fexamples%2Fmobile%2FUIComponents%2Fcomponents%2Finteractive%2Finteractive3D%2Findex.html
https://localhost:3000/demos?path=1.1%2Fexamples%2Fwearable%2FUIComponents%2Fcontents%2Finteractive%2Fcoverflow%2Findex.html
3. Make sure that duck is displayed after running live preview.

Signed-off-by: Lukasz Slachciak <l.slachciak@samsung.com>
  • Loading branch information
lmslachciak committed Nov 21, 2019
1 parent df53d9a commit 321c5e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
<link rel="stylesheet" href="../../../lib/tau/mobile/theme/default/tau.css">
<link rel="stylesheet" href="../../../css/style.css">
<script type="text/javascript" src="../../../lib/tau/mobile/js/tau.js" data-build-remove="false"></script>
<!-- below hrefs are for wget so it can download external resources-->
<link href="assets/Duck.gltf">
<link href="assets/DuckCM.png">
<link href="assets/Duck0.bin">
</head>
<body>
<div data-role="page" class="ui-page" id="demo-i3d-page">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
<link rel="stylesheet" href="../../../css/style.css">
<link rel="stylesheet" media="all and (-tizen-geometric-shape: circle)"
href="../../../css/style.circle.css">
<!-- below hrefs are for wget so it can download external resources-->
<link href="assets/Duck.gltf">
<link href="assets/DuckCM.png">
<link href="assets/Duck0.bin">
</head>
<body>
<div class="ui-page">
Expand Down

0 comments on commit 321c5e3

Please sign in to comment.