Adding webcomponentsjs and socket.io libs to third-party folder.

- Instead of loading webcomponentsjs from node_modules, serve it from a folder within sim-host.
- To enable offline simulation, serve socket-io client from sim-host third-party folder.
This commit is contained in:
Albertina Durante 2016-02-11 00:16:58 -03:00
Родитель 9d80ce15bf
Коммит 1b20942cf8
6 изменённых файлов: 20 добавлений и 4 удалений

Просмотреть файл

@ -26,8 +26,7 @@
"cordova-serve": "^1.0.0",
"replacestream": "^4.0.0",
"send": "timbarham/send#transform",
"taco-simulate-server": "^0.1.3",
"webcomponents.js": "^0.7.2"
"taco-simulate-server": "^0.1.3"
},
"engines": {
"node": ">= 0.12.0",

Просмотреть файл

@ -6,8 +6,8 @@
<meta charset="UTF-8">
<title></title>
<link href="sim-host.css" rel="stylesheet"/>
<script src="../../node_modules/webcomponents.js/webcomponents.min.js"></script>
<script src="https://cdn.socket.io/socket.io-1.2.0.js"></script>
<script src="third-party/webcomponentsjs/webcomponents.min.js"></script>
<script src="third-party/socket.io/socket.io-1.2.0.js"></script>
<script src="sim-host.js"></script>
<!-- For cordova-panel and cordova-dialog, the shadow is applied to the inner section, in order to prevent it

Двоичные данные
src/sim-host/third-party/.DS_Store поставляемый Normal file

Двоичный файл не отображается.

3
src/sim-host/third-party/socket.io/socket.io-1.2.0.js поставляемый Normal file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны

Двоичные данные
src/sim-host/third-party/webcomponentsjs/.DS_Store поставляемый Normal file

Двоичный файл не отображается.

14
src/sim-host/third-party/webcomponentsjs/webcomponents.min.js поставляемый Executable file

Различия файлов скрыты, потому что одна или несколько строк слишком длинны