diff --git a/doc/image.png b/doc/image.png new file mode 100644 index 0000000..e63b1b9 Binary files /dev/null and b/doc/image.png differ diff --git a/gulpfile.js b/gulpfile.js index 779edb9..8079d86 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -109,7 +109,7 @@ gulp.task("release", ["build"], (done) => { overwrite: true, ignore: [".vscode", "src", "typings", ".gitignore", "gulpfile.js", "postcss.config.js", - "tsconfig.json", "typings.json", "README.md", "env.json", + "tsconfig.json", "typings.json", "README.md", "env.json", "doc", "webpack.browser.config.js", "webpack.config.js", "webpack.renderer.config.js" ] }, (err, path) => { @@ -137,7 +137,6 @@ gulp.task("release", ["build"], (done) => { }); }); - } done(); });