Skip to content

Commit 31ad3fa

Browse files
committed
Documentation and build updates
* Corrected docs link to CDNJS minified version URL * Added query params to docs assets for cache-busting * Updated `package-lock.json` to propagate `devDependencies` correctly * Updated version to `2.4.1`
1 parent 7ac1a6a commit 31ad3fa

File tree

7 files changed

+122
-45
lines changed

7 files changed

+122
-45
lines changed

dist/jquery.jscroll.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ An example of infinite scrolling is your Facebook "News Feed" page. You may noti
66

77
[Continue to Installation →](installation.md)
88

9+
## Twitter
10+
11+
?> Follow me on Twitter [@webtopian](https://twitter.com/webtopian) for updates on jScroll and other projects I'm working on.
12+
913
## jScroll Facebook Page
1014

1115
?> [Follow jScroll on Facebook](https://www.facebook.com/jScroll.Infinite.Scrolling) for version updates and other announcements.

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
<meta name="msapplication-square310x310logo" content="img/favicons/mstile-310x310.png">
2828
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
2929
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
30-
<link rel="stylesheet" href="css/docs.css">
30+
<link rel="stylesheet" href="css/docs.css?419bb5855c0c13a8">
3131
</head>
3232
<body>
3333
<div id="app">Loading &hellip;</div>
34-
<script src="js/docs.js"></script>
34+
<script src="js/docs.js?55400496d761586e"></script>
3535
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
3636
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
3737
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Alternatively, you may omit the version tag to load the latest released version.
2525
Include the script from [cdnjs](https://cdnjs.com/libraries/jscroll) with the version number specified, where `#.#.#` represents the [semver](https://semver.org).
2626

2727
```html
28-
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/#.#.#/dist/jquery.jscroll.min.js"></script>
28+
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/#.#.#/jquery.jscroll.min.js"></script>
2929
```
3030

3131
## Package Managers

jquery.jscroll.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @copyright Philip Klauzinski
66
* @license Dual licensed under the MIT and GPL Version 2 licenses
77
* @author Philip Klauzinski (https://webtopian.com)
8-
* @version 2.4.0
8+
* @version 2.4.1
99
* @requires jQuery v1.8.0+
1010
* @preserve
1111
*/

0 commit comments

Comments
 (0)