steveathon / bootstrap-wysiwyg

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

Remove dependency on libraries in external folder #40

Closed codewithtyler closed 9 years ago

codewithtyler commented 9 years ago

The libraries located in the external folder are redundant since these same dependencies have been installed via bower. I suggest that we remove these libraries and make the HTML files use the bower libraries.

Note: I've already started working on this and have it roughly 90% completed.