OscarGodson / EpicEditor

EpicEditor is an embeddable JavaScript Markdown editor with split fullscreen editing, live previewing, automatic draft saving, offline support, and more. For developers, it offers a robust API, can be easily themed, and allows you to swap out the bundled Markdown parser with anything you throw at it.
http://epiceditor.com
MIT License
4.25k stars 334 forks source link

Added support for bower #332

Closed brunowego closed 10 years ago

brunowego commented 10 years ago

For better integration with bower is necessary this file.

brunowego commented 10 years ago

If merge, make a new tag. Thanks.

mrhanlon commented 10 years ago

Thanks for this, +1. I was about to propose the same.

mrhanlon commented 10 years ago

Looking at your bower.json, on line 10 there is an extra trailing comma that is invalid. Also, EpicEditor doesn't actually depend on jQuery, only the docs example does. I recommend to remove it from the dependencies.

zackyang000 commented 10 years ago

+1

brunowego commented 10 years ago

Yes @mrhanlon, fixed now! Thanks!

brunowego commented 10 years ago

Waiting for merge!

OscarGodson commented 10 years ago

EpicEditor doesn't require jQuery. I'm going to go ahead and give you access to merge this yourself @brunobatista. I've never used Bower so I wouldn't even know if this is correct or not. But, jQuery is not a dep of EpicEditor so I would assume that could be removed.

brunowego commented 10 years ago

New pull in #348