Update gulpfile.js

This commit is contained in:
Johan Nielsen 2018-05-18 10:02:12 +02:00 committed by GitHub
parent 75ed81b276
commit f226d1f40d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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();