steveathon / bootstrap-wysiwyg

Tiny bootstrap-compatible WYSIWYG rich text editor
MIT License
661 stars 1.71k forks source link

Fixed link for jquery.hotkeys #57

Closed codewithtyler closed 8 years ago

codewithtyler commented 8 years ago

This PR switches jQuery.Hotkeys over to a CDN. It also removes our dependency on Bower to manage CSS and JS files since we are using CDN's for everything.

codewithtyler commented 8 years ago

@steveathon FYI, once this PR is merged the website will be using a special minified version of the library that contains a fix I made for #58 and #19. The fix has not been merged into the master yet but I will have a PR made for it in a few mins. This just saves us from having to go through and creating a new PR to merge the fix into the website.