From f226d1f40d54c43410ca5871c0059739e109ecb2 Mon Sep 17 00:00:00 2001 From: Johan Nielsen Date: Fri, 18 May 2018 10:02:12 +0200 Subject: [PATCH] Update gulpfile.js --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index c3a95c5..da320cc 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -161,7 +161,7 @@ gulp.task( 'scripts', function() { paths.dev + '/js/custom-javascript.js' ]; gulp.src( scripts ) - .pipe( concat( 'child-theme.min.js' ) ) + .pipe( concat( 'theme.min.js' ) ) .pipe( uglify() ) .pipe( gulp.dest( paths.js ) ) rev();