Skip to content

Commit

Permalink
Uncommented clean target.
Browse files Browse the repository at this point in the history
  • Loading branch information
victor73 committed Oct 31, 2019
1 parent d7e7d6f commit 1114313
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,14 +90,11 @@ var sources = [
'working/**'
];

/*
// remove the build and dist directories
gulp.task('clean', function() {
return gulp.src(['build', 'dist'])
.pipe(clean());
});
*/

// Compile the jison based parser.
gulp.task('oql_parser', function() {
Expand Down

0 comments on commit 1114313

Please sign in to comment.