Skip to content

Commit

Permalink
Documentation and build updates
Browse files Browse the repository at this point in the history
* 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`
  • Loading branch information
pklauzinski committed Apr 11, 2018
1 parent 7ac1a6a commit 31ad3fa
Show file tree
Hide file tree
Showing 7 changed files with 122 additions and 45 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.jscroll.min.js

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

4 changes: 4 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ An example of infinite scrolling is your Facebook "News Feed" page. You may noti

[Continue to Installation →](installation.md)

## Twitter

?> Follow me on Twitter [@webtopian](https://twitter.com/webtopian) for updates on jScroll and other projects I'm working on.

## jScroll Facebook Page

?> [Follow jScroll on Facebook](https://www.facebook.com/jScroll.Infinite.Scrolling) for version updates and other announcements.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
<meta name="msapplication-square310x310logo" content="img/favicons/mstile-310x310.png">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="css/docs.css">
<link rel="stylesheet" href="css/docs.css?419bb5855c0c13a8">
</head>
<body>
<div id="app">Loading &hellip;</div>
<script src="js/docs.js"></script>
<script src="js/docs.js?55400496d761586e"></script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/search.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Alternatively, you may omit the version tag to load the latest released version.
Include the script from [cdnjs](https://cdnjs.com/libraries/jscroll) with the version number specified, where `#.#.#` represents the [semver](https://semver.org).

```html
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/#.#.#/dist/jquery.jscroll.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jscroll/#.#.#/jquery.jscroll.min.js"></script>
```

## Package Managers
Expand Down
2 changes: 1 addition & 1 deletion jquery.jscroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* @copyright Philip Klauzinski
* @license Dual licensed under the MIT and GPL Version 2 licenses
* @author Philip Klauzinski (https://webtopian.com)
* @version 2.4.0
* @version 2.4.1
* @requires jQuery v1.8.0+
* @preserve
*/
Expand Down
Loading

0 comments on commit 31ad3fa

Please sign in to comment.