-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Restore jquery-waypoints bower install
- Loading branch information
1 parent
94f698b
commit 1cb3444
Showing
7 changed files
with
695 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
1cb3444
There was a problem hiding this comment.
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 :)
1cb3444
There was a problem hiding this comment.
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. :)
1cb3444
There was a problem hiding this comment.
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.