zuk / jquery.inview

Remy Sharp's jQuery plugin adds a bindable 'inview' event for detecting when an element is scrolled into view.
http://remysharp.com/2009/01/26/element-in-view-event-plugin/
Other
277 stars 587 forks source link

Add minified version and Bower support. #15

Closed liorocks closed 9 years ago

liorocks commented 9 years ago

OK, so I minified plugin with Google Closure Compiler.

I've added bower.json file, you might probably wanna change the author, description, keywords and some other metadata.

And once you're made your final changes, just register the package via bower register ... command:

http://bower.io/docs/creating-packages/#register

zuk commented 9 years ago

Thanks!