Skip to content

Commit 9ccb94d

Browse files
committed
Add SwipeWrapper.js to build
1 parent 40b04ef commit 9ccb94d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,5 +95,5 @@ gulp.task('watch', () => {
9595
});
9696

9797
gulp.task('dev', ['watch', 'scripts', 'sass', 'server']);
98-
gulp.task('build', ['source-js', 'svg-js', 'sass']);
98+
gulp.task('build', ['source-js', 'svg-js', 'swipe-wrapper-js', 'sass']);
9999
gulp.task('demo', ['demo-src']);

0 commit comments

Comments
 (0)