Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
aca59481
Commit
aca59481
authored
Nov 14, 2016
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use CDN for non_amd.html. Mention dev env setup.
parent
2d01144a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
non_amd.html
non_amd.html
+8
-3
No files found.
non_amd.html
View file @
aca59481
...
@@ -10,8 +10,8 @@
...
@@ -10,8 +10,8 @@
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
rel=
"shortcut icon"
type=
"image/ico"
href=
"css/images/favicon.ico"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/bootstrap/dist/css/bootstrap.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/fontawesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"components/fontawesome/css/font-awesome.min.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
css/theme
.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
https://cdn.conversejs.org/css/theme.min
.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
css/converse
.css"
/>
<link
type=
"text/css"
rel=
"stylesheet"
media=
"screen"
href=
"
https://cdn.conversejs.org/css/converse.min
.css"
/>
<!-- BEGIN JQUERY -->
<!-- BEGIN JQUERY -->
<script
type=
"text/javascript"
src=
"node_modules/jquery/dist/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/jquery/dist/jquery.js"
></script>
...
@@ -64,7 +64,8 @@
...
@@ -64,7 +64,8 @@
<!-- END I18N -->
<!-- END I18N -->
<script
type=
"text/javascript"
src=
"node_modules/moment/min/moment-with-locales.js"
></script>
<script
type=
"text/javascript"
src=
"node_modules/moment/min/moment-with-locales.js"
></script>
<script
type=
"text/javascript"
src=
"dist/converse-no-dependencies.js"
></script>
<script
src=
"https://cdn.conversejs.org/dist/converse-no-dependencies.min.js"
></script>
</head>
</head>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
<body
id=
"page-top"
data-spy=
"scroll"
data-target=
".navbar-custom"
>
<section
class=
"intro"
>
<section
class=
"intro"
>
...
@@ -74,6 +75,10 @@
...
@@ -74,6 +75,10 @@
<div
class=
"col-md-8 col-md-offset-2"
>
<div
class=
"col-md-8 col-md-offset-2"
>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<h1
class=
"brand-heading"
><i
class=
"icon-conversejs"
></i>
Converse.js
</h1>
<p
class=
"intro-text"
>
Example page without require.js and AMD module loading.
</p>
<p
class=
"intro-text"
>
Example page without require.js and AMD module loading.
</p>
<p
class=
"intro-text"
>
For this page to work, you need to
<a
href=
"https://conversejs.org/docs/html/developer_guidelines.html#installing-the-development-and-front-end-dependencies"
>
install the 3rd party dependencies
</a>
of converse.js.
</p>
<div
class=
"page-scroll"
>
<div
class=
"page-scroll"
>
</div>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment