Skip to content

Commit

Permalink
add sample image
Browse files Browse the repository at this point in the history
  • Loading branch information
MOTOO11 committed Dec 9, 2016
1 parent a419d2f commit 31dc5c2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file added doc/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 1 addition & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down Expand Up @@ -137,7 +137,6 @@ gulp.task("release", ["build"], (done) => {

});
});

}
done();
});
Expand Down

0 comments on commit 31dc5c2

Please sign in to comment.