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.