From 0a7a35372f63870d7124ec2380b7a88d314bf345 Mon Sep 17 00:00:00 2001 From: JC Brand Date: Thu, 16 Feb 2017 15:39:11 +0100 Subject: [PATCH] renamed: non_amd.html -> demo/without_bundled_dependencies.html --- .../without_bundled_dependencies.html | 57 ++++++++++--------- 1 file changed, 29 insertions(+), 28 deletions(-) rename non_amd.html => demo/without_bundled_dependencies.html (51%) diff --git a/non_amd.html b/demo/without_bundled_dependencies.html similarity index 51% rename from non_amd.html rename to demo/without_bundled_dependencies.html index 13b31678f..b14753a95 100755 --- a/non_amd.html +++ b/demo/without_bundled_dependencies.html @@ -7,38 +7,38 @@ - - - - - + + + + + - - + + - - - - - + + + + + - - - - - + + + + + - - - - + + + + @@ -48,14 +48,14 @@ src/locales.js to remove those you don't need, and then run `make build` to generates a new dist/locales.js file. --> - - + + - - + + - +
@@ -64,8 +64,9 @@

Converse.js

-

Example page without require.js and AMD module loading.

-

For this page to work, you need to +

An example page where external dependencies are loaded seperately and not within the converse.js bundle.

+

Look at the page source for details.

+

For this page to work, you'll need to install the 3rd party dependencies of converse.js.