steveathon / bootstrap-wysiwyg

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

1.0.3-rc doesn't seem to work #47

Closed ehinter closed 8 years ago

ehinter commented 8 years ago

I downloaded 1.0.3-rc and opened examples/basic.html but nothing happens when I type in the textbox. This happens in all browsers.

ehinter commented 8 years ago

(1.0.2 doesn't have this problem)

codewithtyler commented 8 years ago

Did you install all the packages using bower? If these packages are not installed then the editor will not work, because it depends on packages like jQuery in order to operate correctly.

ehinter commented 8 years ago

Ok, I guess that's the issue. The 1.0.2.zip included an 'external' directory with the dependencies but I guess 1.0.3-rc doesn't.

https://github.com/steveathon/bootstrap-wysiwyg/archive/1.0.3-rc.zip https://github.com/steveathon/bootstrap-wysiwyg/archive/1.0.2.zip

codewithtyler commented 8 years ago

Correct, in the latest release we migrated everything over so that it uses Bower. Now, we are able to let Bower handle our dependencies rather than having to package them ourselves in each release.