From a87306bdd37b00bb2efff2c4f7b0a0f104fca7f0 Mon Sep 17 00:00:00 2001
From: Simon Egersand <s.egersand@gmail.com>
Date: Sat, 08 Apr 2017 13:04:06 +0200
Subject: [PATCH] Reference correct file in build task

---
 gulpfile.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gulpfile.js b/gulpfile.js
index 7d195b2..770d736 100644
--- a/gulpfile.js
+++ b/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/' ) );
 });

--
Gitblit v1.9.3