steveathon / bootstrap-wysiwyg

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

Issue #76 Updated fields in bower.json #77

Closed arjshiv closed 8 years ago

arjshiv commented 8 years ago

Minor changes to bower.json per official spec

codewithtyler commented 8 years ago

Why did you add style.css to the list of main files?

arjshiv commented 8 years ago

So that a WebPack plugin can pull in the default styling when it's required. It's not critical to this update, so I can remove it if you don't want that to be the default behavior.

codewithtyler commented 8 years ago

The styling in style.css only applies to the examples folder. For the main application itself it's not needed.

Edit: That being said we should probably nest the css folder in the examples folder at some point to avoid future confusion.

arjshiv commented 8 years ago

Ok, I'll remove it then

arjshiv commented 8 years ago

The change has now been made

codewithtyler commented 8 years ago

Thank you. Everything looks good.

@steveathon Everything looks good to merge :shipit:

arjshiv commented 8 years ago

Absolutely - glad to help anywhere I can - you have a really useful library!

codewithtyler commented 8 years ago

I hope it only gets more useful over the coming months. @steveathon and I have some plans to expand the library very soon.

steveathon commented 8 years ago

Thanks team! Looks good. Merged in.