Simon Egersand
2017-04-08 a87306bdd37b00bb2efff2c4f7b0a0f104fca7f0
Reference correct file in build task
1 files modified
2 ■■■ changed files
gulpfile.js 2 ●●● patch | view | raw | blame | history
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/' ) );
});