steveathon / bootstrap-wysiwyg

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

Remove non-core libraries #3

Open steveathon opened 10 years ago

steveathon commented 10 years ago

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.

electricjones commented 9 years ago

:+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.

electricjones commented 9 years ago

Take a look at Issue #18.

codewithtyler commented 9 years ago

Let me know if there's anything I can do to help speed up this issue.

codewithtyler commented 8 years ago

@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.