Skip to content

Commit 63f5c12

Browse files
committed
chore(gen:gulp): rm unused daux comand
1 parent 43d3a86 commit 63f5c12

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

gulpfile.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,9 +181,6 @@ gulp.task('deps', () => console.log('TODO')); // updateFixtures, david
181181
gulp.task('release', () => console.log('TODO'));
182182
gulp.task('lint', () => console.log('TODO')); // ['gulpfile.js', 'src/**/*.js']
183183

184-
gulp.task('daux', () => {
185-
return execAsync('daux');
186-
});
187184
gulp.task('copy_docs_images', () => {
188185
return gulp.src('./media/svg/*')
189186
.pipe(gulp.dest('./static/'));

0 commit comments

Comments
 (0)