mirror of
https://github.com/justjavac/free-programming-books-zh_CN.git
synced 2025-01-18 07:52:52 +08:00
Delete gulpfile.js
This commit is contained in:
parent
b0a71576a2
commit
31bdb8c224
@ -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'));
|
|
||||||
});
|
|
Loading…
x
Reference in New Issue
Block a user