Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
HAWKULAR-395 : Delete files before copying over so deleted/renamed ar…
Browse files Browse the repository at this point in the history
…e cleared
  • Loading branch information
ammendonca committed Sep 3, 2015
1 parent fa35d36 commit 4cc6536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/src/main/scripts/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,10 @@ gulp.task('watch-server', ['build-live', 'copy-kettle-js', 'copy-kettle-css'], f
gulp.task('copy-sources', function(done) {
var src = [config.srcPrefix + 'plugins/**/*'];

gulp.src(src)
del(['./plugins/**/*.ts', './plugins/**/*.less', './plugins/**/*.html'], gulp.src(src)
.pipe(gulp.dest('./plugins')).on('end', function(){
done();
});
}));
});

gulp.task('copy-kettle-js', ['build-live','set-server-path'] , function() {
Expand Down

0 comments on commit 4cc6536

Please sign in to comment.