File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -133,11 +133,9 @@ gulp.task("exportCacheXML", [
133
133
} ) ;
134
134
135
135
gulp . task ( "zipRelease" , [ "exportCacheXML" ] , function ( ) {
136
- return gulp . src ( "build/**/*" )
136
+ return gulp . src ( [ "build/**/*" , "!build/web/**/*" ] )
137
137
. pipe ( zip ( "CacheUMLExplorer-v" + pkg [ "version" ] + ".zip" , {
138
- comment : "Cach? UML explorer v" + pkg [ "version" ] + " by Nikita Savchenko\n\n" +
139
- "+ WEBModule folder holds packed JS/CSS files to integrate CacheUMLExplorer to any WEB " +
140
- "application;\n" +
138
+ comment : "Cache UML explorer v" + pkg [ "version" ] + " by Nikita Savchenko\n\n" +
141
139
"+ Cache folder holds XML file to import to InterSystems Cache.\n\n" +
142
140
"For further information about installation and information, check README.md file."
143
141
} ) )
You can’t perform that action at this time.
0 commit comments