Bladeren bron

ref(libs): moves the libs directory to doc/example

tags/v0.0.2
hristoterezov 8 jaren geleden
bovenliggende
commit
b2509f13d8

+ 1
- 1
.eslintignore Bestand weergeven

@@ -6,7 +6,7 @@ lib-jitsi-meet.min.map
6 6
 
7 7
 # Third-party source code which we (1) do not want to modify or (2) try to
8 8
 # modify as little as possible.
9
-libs/*
9
+doc/example/libs/*
10 10
 modules/RTC/adapter.screenshare.js
11 11
 
12 12
 # ESLint will by default ignore its own configuration file. However, there does

+ 1
- 1
.jshintignore Bestand weergeven

@@ -1,5 +1,5 @@
1 1
 node_modules
2
-libs
2
+doc/example/libs
3 3
 lib-jitsi-meet.js
4 4
 lib-jitsi-meet.min.js
5 5
 lib-jitsi-meet.js.map

+ 4
- 4
doc/example/index.html Bestand weergeven

@@ -3,10 +3,10 @@
3 3
 <head lang="en">
4 4
     <meta charset="UTF-8">
5 5
     <title></title>
6
-    <script src="../../libs/jquery-2.1.1.min.js"></script>
7
-    <script src="../../libs/strophe/strophe.js"></script>
8
-    <script src="../../libs/strophe/strophe.disco.min.js?v=1"></script>
9
-    <script src="../../libs/strophe/strophe.caps.jsonly.min.js?v=1"></script>
6
+    <script src="/libs/jquery-2.1.1.min.js"></script>
7
+    <script src="/libs/strophe/strophe.min.js"></script>
8
+    <script src="/libs/strophe/strophe.disco.min.js?v=1"></script>
9
+    <script src="/libs/strophe/strophe.caps.jsonly.min.js?v=1"></script>
10 10
     <script src="../../lib-jitsi-meet.js"></script>
11 11
     <script src="example.js" ></script>
12 12
 </head>

libs/jquery-2.1.1.js → doc/example/libs/jquery-2.1.1.js Bestand weergeven


libs/jquery-2.1.1.min.js → doc/example/libs/jquery-2.1.1.min.js Bestand weergeven


libs/jquery-2.1.1.min.map → doc/example/libs/jquery-2.1.1.min.map Bestand weergeven


libs/strophe/strophe.caps.jsonly.min.js → doc/example/libs/strophe/strophe.caps.jsonly.min.js Bestand weergeven


libs/strophe/strophe.disco.min.js → doc/example/libs/strophe/strophe.disco.min.js Bestand weergeven


libs/strophe/strophe.js → doc/example/libs/strophe/strophe.js Bestand weergeven


libs/strophe/strophe.min.js → doc/example/libs/strophe/strophe.min.js Bestand weergeven


Laden…
Annuleren
Opslaan