diff --git a/gulpfile.js b/gulpfile.js index cd4a82d5..384e82ba 100755 --- a/gulpfile.js +++ b/gulpfile.js @@ -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() {