Nicolas Sandron
2018-03-26 26446a92e043d107681f1bf9194621fe30731a04
gulpfile.js
@@ -14,7 +14,7 @@
gulp.task( 'sub', () => {
   // Reason behind having sub as separate task:
   // https://github.com/shama/webpack-stream/issues/114
   return gulp.src( './Datetime.js' )
   return gulp.src( './DateTime.js' )
      .pipe( webpack( getWebpackConfig() ) )
      .pipe( gulp.dest( 'tmp/' ) );
});