Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
markgoodyear committed Jul 8, 2014
1 parent 1878954 commit 8e1c5f6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/jquery.scrollUp.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* scrollup v2.3.3
* scrollup v2.4.0
* Url: http://markgoodyear.com/labs/scrollup/
* Copyright (c) Mark Goodyear — @markgdyr — http://markgoodyear.com
* License: MIT
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.scrollUp.min.js

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

5 changes: 5 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,8 @@ gulp.task('default', function() {
.pipe(uglify({ preserveComments: 'some' }))
.pipe(gulp.dest('dist'));
});

// Watch
gulp.task('watch', function() {
gulp.watch(config.src, ['default']);
});

0 comments on commit 8e1c5f6

Please sign in to comment.