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