Hi,
what is necessary to host exhibit3 scripted on my own server?
I exchanged from the link to
simile-widgets.org in my html to the local exhibit-api.js.
In the folder of exhibit-api.js it looks like:
exhibit-api.js
exhibit-scripted-bundle.js
styles/
└── exhibit-scripted-bundle.css
locales/
└── en
└── locale.js
lib
├── base64.js
├── jquery-1.7.2.min.js
├── jquery.history.js
├── jquery.history.shim.js
├── jquery.simile.bubble.js
├── jquery.simile.dom.js
├── json2.js
└── sprintf.js
I see no error in chrome when it loads, all the libraries are loaded:
bundle.css
base64.js
sprintf.js
jquery.history.js
jquery.history.shim.js
jquery.simile.dom.js
jquery.simile.bubble.js
exhibit-scripted-bundle-js
locale.js
jquery-1.7.2.min.js is loaded before because of a different dependency.
but nothing is displayed.
thank you very much,
ido