Commit 46d5dba5d6bff43ebeb9573571d29e27c598f398
1 parent
059e351254
Exists in
master
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 | gulp.src('dist/*.js') |
89 | - .pipe(gulp.dest('../../wrapper-demo/node_modules/foca-modal-nota-pedido/dist')); | |
89 | + .pipe(gulp.dest('../wrapper-demo/node_modules/foca-informe-hoja-ruta/dist')); | |
90 | 90 | }); |
91 | 91 | |
92 | 92 | gulp.task('watchAndCopy', function() { |