Merge pull request #809 from VarunBatraIT/master

Fix for #808 - 👍 @VarunBatraIT
This commit is contained in:
Holger 2018-09-18 08:58:10 +02:00 committed by GitHub
commit c810218613
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -197,6 +197,7 @@ gulp.task( 'copy-assets', function() {
// _s JS files into /src/js
gulp.src( paths.node + 'undescores-for-npm/js/skip-link-focus-fix.js' )
.pipe( gulp.dest( paths.dev + '/js' ) );
});
// Deleting the files distributed by the copy-assets task
gulp.task( 'clean-vendor-assets', function() {