steveathon / bootstrap-wysiwyg

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

Remove call to library dependencies located in external folder #41

Closed codewithtyler closed 9 years ago

codewithtyler commented 9 years ago

This fixes issue #40.

In addition to removing these libraries, I also linted the JS, HTML, validated links in the HTML files, and minified the JS files. This was done via Gulp and can be done again in the future by running the gulp default task.

@steveathon I believe we are now ready to do a release and tag, that is unless you're wanting to fix #38 first.