Commit 386ba8897d55e1496c6fd4b0b70ad4f68ba394ca
1 parent
fa2b9b3092
Exists in
master
and in
1 other branch
ok path function copy gulp
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
gulpfile.js
| ... | ... | @@ -86,7 +86,7 @@ gulp.task('watch', function() { |
| 86 | 86 | |
| 87 | 87 | gulp.task('copy', ['uglify'], function() { |
| 88 | 88 | return gulp.src('dist/*.js') |
| 89 | - .pipe(gulp.dest('../../wrapper-demo/node_modules/foca-crear-nota-pedido/dist/')); | |
| 89 | + .pipe(gulp.dest('../wrapper-demo/node_modules/foca-informes/dist/')); | |
| 90 | 90 | }); |
| 91 | 91 | |
| 92 | 92 | gulp.task('watchAndCopy', function() { |