Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitaeverywhere committed Jun 1, 2015
2 parents 8558c90 + 02634f8 commit 3ea21d3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,9 @@ gulp.task("exportCacheXML", [
});

gulp.task("zipRelease", ["exportCacheXML"], function () {
return gulp.src("build/**/*")
return gulp.src(["build/**/*", "!build/web/**/*"])
.pipe(zip("CacheUMLExplorer-v" + pkg["version"] + ".zip", {
comment: "Cach? UML explorer v" + pkg["version"] + " by Nikita Savchenko\n\n" +
"+ WEBModule folder holds packed JS/CSS files to integrate CacheUMLExplorer to any WEB " +
"application;\n" +
comment: "Cache UML explorer v" + pkg["version"] + " by Nikita Savchenko\n\n" +
"+ Cache folder holds XML file to import to InterSystems Cache.\n\n" +
"For further information about installation and information, check README.md file."
}))
Expand Down

0 comments on commit 3ea21d3

Please sign in to comment.