Browse Source

Adjust name of the js library (#715)

After running `npm install` I end up with a minified library for lib-jitsi-meet. I had to adjust the name to get the example to run
dev1
Anton Georgiev 7 years ago
parent
commit
66ee6b3222
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      doc/example/index.html

+ 1
- 1
doc/example/index.html View File

6
     <script src="libs/jquery-2.1.1.min.js"></script>
6
     <script src="libs/jquery-2.1.1.min.js"></script>
7
     <script src="libs/strophe/strophe.js"></script>
7
     <script src="libs/strophe/strophe.js"></script>
8
     <script src="libs/strophe/strophe.disco.min.js?v=1"></script>
8
     <script src="libs/strophe/strophe.disco.min.js?v=1"></script>
9
-    <script src="../../lib-jitsi-meet.js"></script>
9
+    <script src="../../lib-jitsi-meet.min.js"></script>
10
     <script src="example.js" ></script>
10
     <script src="example.js" ></script>
11
 </head>
11
 </head>
12
 <body>
12
 <body>

Loading…
Cancel
Save