Skip to content

Commit

Permalink
Restore jquery-waypoints bower install
Browse files Browse the repository at this point in the history
  • Loading branch information
imakewebthings committed Dec 19, 2014
1 parent 94f698b commit 1cb3444
Show file tree
Hide file tree
Showing 7 changed files with 695 additions and 0 deletions.
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "jquery-waypoints",
"version": "2.0.5",
"main": "waypoints.js",
"description": "A jQuery plugin that makes it easy to execute a function whenever you scroll to an element.",
"ignore": [
"**/.*",
"**/*.coffee",
"**/*.html",
"bower_components",
"examples",
"node_modules",
"Makefile",
"test"
],
"dependencies": {
"jquery" : ">=1.8"
}
}
70 changes: 70 additions & 0 deletions shortcuts/infinite-scroll/waypoints-infinite.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions shortcuts/infinite-scroll/waypoints-infinite.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

65 changes: 65 additions & 0 deletions shortcuts/sticky-elements/waypoints-sticky.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions shortcuts/sticky-elements/waypoints-sticky.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

3 comments on commit 1cb3444

@mdgrech
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea you broke our builds. Thanks for putting it back :)

@gigr
Copy link

@gigr gigr commented on 1cb3444 Dec 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ours too! It's okay though, this is a great library. :)

@imakewebthings
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mdgrech @gigr Yes, this is the fire I've set myself and then been putting out the last hour. I backed out this commit and went the better route of redefining the "jquery-waypoints" package to point to the updated git repo. Everything should Just Work® now without needing to keep this placeholder repo full of old builds.

Please sign in to comment.