We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b04ef commit 9ccb94dCopy full SHA for 9ccb94d
gulpfile.js
@@ -95,5 +95,5 @@ gulp.task('watch', () => {
95
});
96
97
gulp.task('dev', ['watch', 'scripts', 'sass', 'server']);
98
-gulp.task('build', ['source-js', 'svg-js', 'sass']);
+gulp.task('build', ['source-js', 'svg-js', 'swipe-wrapper-js', 'sass']);
99
gulp.task('demo', ['demo-src']);
0 commit comments