Skip to content

Commit 8e1c5f6

Browse files
committed
Bump version
1 parent 1878954 commit 8e1c5f6

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

dist/jquery.scrollUp.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* scrollup v2.3.3
2+
* scrollup v2.4.0
33
* Url: http://markgoodyear.com/labs/scrollup/
44
* Copyright (c) Mark Goodyear — @markgdyr — http://markgoodyear.com
55
* License: MIT

dist/jquery.scrollUp.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gulpfile.js

+5
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,8 @@ gulp.task('default', function() {
3232
.pipe(uglify({ preserveComments: 'some' }))
3333
.pipe(gulp.dest('dist'));
3434
});
35+
36+
// Watch
37+
gulp.task('watch', function() {
38+
gulp.watch(config.src, ['default']);
39+
});

0 commit comments

Comments
 (0)