Skip to content

Instantly share code, notes, and snippets.

@AkshayRana92
Created July 8, 2017 17:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AkshayRana92/91667bdce4adcebf9b7a58859b2dc8ee to your computer and use it in GitHub Desktop.
Save AkshayRana92/91667bdce4adcebf9b7a58859b2dc8ee to your computer and use it in GitHub Desktop.
gulp.task('vendor-top-js', function () {
gulp.src(["assets/js/sweetalert2.min.js","assets/js/jquery-ui.min.js", ... ]) // Add all js files path
.pipe(gulp.dest('dist/prod/src/assets/js/')); // destination folder
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment