bootstrap-wysiwyg
bootstrap-wysiwyg copied to clipboard
Remove non-core libraries
Remove non-core libraries and move to CDN links so that the basic class data only is contained here allowing for any security/other changes to be patched externally.
Should also take opportunity to change folder structure to be more conforming to other libraries.
:+1: I have forked your wonderful project (not sarcastic) to remove bootstrap dependencies and create a core library that can then be wrapped for specific implementations like bootstrap, foundation, angular, and the like. I use bower to actually pull in your library. Since I am moving dependencies to bower and using a bower folder structure anyway, I'd be happy to send a PR your way with those changes only.
Take a look at Issue #18.
Let me know if there's anything I can do to help speed up this issue.
@steveathon What do you think about expanding the examples folder to have subcategories that way we can have a Bootstrap folder, Foundation folder, AngularJS folder, etc and in each folder will be examples for that framework? The library itself doesn't actually use any frameworks (just uses jQuery) so no work would have to be there.