未验证 提交 b28a8ece 编写于 作者: 迷渡's avatar 迷渡 提交者: GitHub

Delete gulpfile.js

上级 ac97a12d
var gulp = require('gulp');
var markdown = require('gulp-markdown');
gulp.task('default', function () {
return gulp.src('README.md')
.pipe(markdown())
.pipe(gulp.dest('html'));
});
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册