提交 a7aeb428 编写于 作者: C Catouse

* fix dest path for prettify task.

上级 9279d737
......@@ -407,10 +407,10 @@ gulp.task('prettify:js', function() {
return gulp.src('./src/js/**/*')
.pipe(prettify({
logSuccess: true,
config: '.jsbeautifyrc',
config: './.jsbeautifyrc',
mode: 'VERIFY_AND_WRITE'
}))
.pipe(gulp.dest('./dist'));
.pipe(gulp.dest('./src/js/'));
});
gulp.task('prettify', ['prettify:js']);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册