From 46d5dba5d6bff43ebeb9573571d29e27c598f398 Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 29 Jan 2019 12:49:05 -0300 Subject: [PATCH] ok path function copy gulp --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 111b759..7715e67 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -86,7 +86,7 @@ gulp.task('watch', function() { gulp.task('copy', ['uglify'], function() { gulp.src('dist/*.js') - .pipe(gulp.dest('../../wrapper-demo/node_modules/foca-modal-nota-pedido/dist')); + .pipe(gulp.dest('../wrapper-demo/node_modules/foca-informe-hoja-ruta/dist')); }); gulp.task('watchAndCopy', function() { -- 1.9.1