Skip to content

Commit c21e3c4

Browse files
release docs update
1 parent 302d977 commit c21e3c4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gulpfile.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,10 @@ gulp.task("zipRelease", ["exportCacheXML"], function () {
9090
comment: "Light pivot table v" + pkg["version"] + " by Nikita Savchenko\n\n" +
9191
"+ WEBModule folder holds JS and CSS files to integrate Light pivot table to any WEB " +
9292
"application;\n" +
93-
"+ Cache folder holds XML file to import to InterSystems Cache."
93+
"+ Cache folder holds XML file to import to InterSystems Cache.\n\n" +
94+
"NOTE: MDX2JSON must be installed and configured for InterSystems Cache.\nYou can " +
95+
"download and install it from here: https://github.com/intersystems-ru/Cache-MDX2JSON\n"
96+
+ "\nFor further information about installation and information, check README.md file."
9497
}))
9598
.pipe(gulp.dest("build"));
9699
});

0 commit comments

Comments
 (0)