]> git.agnieray.net Git - galette.git/commitdiff
Merge sortablejs stream with others in gulpfile.js
authorGuillaume AGNIERAY <dev@agnieray.net>
Tue, 21 Jun 2022 19:46:15 +0000 (21:46 +0200)
committerJohan Cwiklinski <johan@x-tnd.be>
Wed, 22 Jun 2022 15:39:59 +0000 (17:39 +0200)
gulpfile.js

index 39e2927e37e6c2735565a8c17de1526d30aefedb..f057d8e2cf3010ed226aca5636bd419e7f139a24 100644 (file)
@@ -101,7 +101,7 @@ function scripts() {
     .pipe(concat('galette-sortablejs.bundle.min.js'))
     .pipe(gulp.dest(_dir));
 
-  return merge(main, chartjs);
+  return merge(main, chartjs, sortablejs);
 };
 
 function assets() {