Skip to content

Commit bfbf94b

Browse files
committed
Ignore iOS platform definitions in typedoc builds.
Fixes an OOM crash in docs build.
1 parent 7054df5 commit bfbf94b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ module.exports = function(grunt) {
175175
]);
176176
localCfg.srcTsdFiles = [
177177
"tns-core-modules/**/*.d.ts",
178+
"!tns-core-modules/ios/**",
178179
"!**/org.nativescript.widgets.d.ts",
179180
"!**/android17.d.ts",
180181
"!**/*.android.d.ts",

0 commit comments

Comments
 (0)