Layne Anderson
2018-07-03 49de8cf59095fa3fb450f7ec938c68af4ea9961a
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/' ) );
});