Skip to content

Commit

Permalink
add _redirects; 🤜 infinite-scroll v4.0.1
Browse files Browse the repository at this point in the history
redirect for old Paul Irish url
  • Loading branch information
desandro committed Jan 7, 2021
1 parent c82fb97 commit bfd5b21
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions assets/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/infinite-scroll-jquery-plugin /#initialize-with-jquery
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"handlebars-layouts": "^3.1.4",
"highlight.js": "^10.4.1",
"imagesloaded": "^4.1.4",
"infinite-scroll": "^4.0.0-beta.0",
"infinite-scroll": "^4.0.1",
"masonry-layout": "^4.2.2",
"normalize.css": "^8.0.1",
"transfob": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tasks/assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gulp.task( 'fonts', function() {
} );

gulp.task( 'assets', function() {
return gulp.src('assets/**/*.*')
return gulp.src([ 'assets/**/*.*', 'assets/_redirects' ])
.pipe( gulp.dest('build') );
} );

Expand Down

0 comments on commit bfd5b21

Please sign in to comment.