-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add live demo #39
Comments
Agreed. We need to add live demos, we will add them on the gh-pages branch. Likewise, in #29 we'll update those to make them work with the updated bower. |
Added bower.json file Fixes #29 and #39 by adding a live demo to the website Removed bower since we use CDN for links Switched Google Code Prettify to CDN Migrated jquery.hotkeys from manual management to management using bower Changed folder structure and updated bootstrap-wysiwyg to newly released Updated basic usage section and included syntax highlighting
This issue can now be closed per PR #54. You can now find the live demo at: http://steveathon.github.io/bootstrap-wysiwyg/ |
Thanks. The demo doesn't work right now though: I can't type anything, and the console shows http://steveathon.github.io/bootstrap-wysiwyg/bower_components/jquery.hotkeys/jquery.hotkeys.js couldn't load. |
That's right, I forget that Jekyll can't handle using Bower libraries. Unfortunately, there is not a CDN anywhere that hosts jquery.hotkeys so I'm in the process of getting it added to cdnjs.com. My PR is here. As soon as it gets merged I'll update the site with the link to the new CDN file. |
JSDelivr might make it easier to get the library on its CDN? |
Thanks @dandv I'll see about getting it added to that as well. If all goes well the demo might be updated sooner than expected. |
I've added a PR for JSDelivr as well. Hopefully we'll get things worked out soon and I'll be able to update the site. |
This has been fixed. It can now be closed. |
Also requested between the lines in #29.
I'm comparing a bunch of editors and a live demo would help.
The text was updated successfully, but these errors were encountered: