Simon Egersand
2018-02-11 12add8e864157a0593398fd0db943f040aea0d52
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/' ) );
});