From 386ba8897d55e1496c6fd4b0b70ad4f68ba394ca Mon Sep 17 00:00:00 2001 From: Jose Pinto Date: Tue, 29 Jan 2019 12:49:42 -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 532b82c..a769408 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -86,7 +86,7 @@ gulp.task('watch', function() { gulp.task('copy', ['uglify'], function() { return gulp.src('dist/*.js') - .pipe(gulp.dest('../../wrapper-demo/node_modules/foca-crear-nota-pedido/dist/')); + .pipe(gulp.dest('../wrapper-demo/node_modules/foca-informes/dist/')); }); gulp.task('watchAndCopy', function() { -- 1.9.1