Skip to content

Commit

Permalink
updates demo & iot cookbook crossbar configs to serve shared resource…
Browse files Browse the repository at this point in the history
…s folder
  • Loading branch information
Alexander Goedde committed Mar 30, 2017
1 parent 9dfc0a6 commit 2229829
Show file tree
Hide file tree
Showing 44 changed files with 170 additions and 2 deletions.
4 changes: 4 additions & 0 deletions demos/beatbox/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/chat/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/colorama/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/colorpicker/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/dashboard/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../board"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/editform/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/editform/.crossbar/config_node_external.json
Expand Up @@ -36,6 +36,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions demos/gauges/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/non_functional/cursor_sync/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions demos/notification/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/pubsub/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/salesman/.crossbar/config.json
Expand Up @@ -53,6 +53,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions demos/sliders/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/spread/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions demos/videocontrol/.crossbar/config.json
Expand Up @@ -48,6 +48,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/visitors_counter/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../"
},
"shared": {
"type": "static",
"directory": "../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 2 additions & 2 deletions demos/visitors_counter/index.html
Expand Up @@ -74,7 +74,7 @@

<!-- end of Visitors widget embedding code -->



<p>
The counter connects to a WAMP backend (JavaScript/Node.js, but it could be written in any of <a href="http://wamp.ws/implementations">8 other languages</a>).
Expand Down Expand Up @@ -126,4 +126,4 @@
<script src="https://demo.crossbar.io/clandeckwidget/js/parent.js"></script>

</body>
</html>
</html>
4 changes: 4 additions & 0 deletions demos/votes/browser/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../"
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/votes/kivy/.crossbar/config.json
Expand Up @@ -48,6 +48,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions demos/votes/nodejs/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions demos/votes/python/.crossbar/config.json
Expand Up @@ -48,6 +48,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/app/alarm/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../frontend"
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket",
"options": {
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/app/weights/wpadeuro/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/app/weights/wpadlab/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": "../web"
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
},
Expand Down
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/browser/livewidgets/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/browser/revealremote/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/pi/camera/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/pi/sampleplayer/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/pi/speechsynth/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/pi/tempmon/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/pi/xboxcontroller/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/tessel/accelerometer/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket",
"options": {
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/tessel/camera/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket",
"options": {
Expand Down
4 changes: 4 additions & 0 deletions iotcookbook/device/yun/accelerometer/.crossbar/config.json
Expand Up @@ -43,6 +43,10 @@
"type": "static",
"directory": ".."
},
"shared": {
"type": "static",
"directory": "../../../../../_shared-web-resources"
},
"ws": {
"type": "websocket"
}
Expand Down

0 comments on commit 2229829

Please sign in to comment.