Delete gulpfile.js

This commit is contained in:
迷渡 2019-02-21 10:54:58 +08:00 committed by GitHub
parent b0a71576a2
commit 31bdb8c224
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +0,0 @@
var gulp = require('gulp');
var markdown = require('gulp-markdown');
gulp.task('default', function () {
return gulp.src('README.md')
.pipe(markdown())
.pipe(gulp.dest('html'));
});