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() {