From bfbf94b4726b5af38e1e892976d14809113adb44 Mon Sep 17 00:00:00 2001 From: Hristo Deshev Date: Wed, 31 Aug 2016 12:25:49 +0300 Subject: [PATCH] Ignore iOS platform definitions in typedoc builds. Fixes an OOM crash in docs build. --- gruntfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/gruntfile.js b/gruntfile.js index e52d6800d..ea6ef1137 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -175,6 +175,7 @@ module.exports = function(grunt) { ]); localCfg.srcTsdFiles = [ "tns-core-modules/**/*.d.ts", + "!tns-core-modules/ios/**", "!**/org.nativescript.widgets.d.ts", "!**/android17.d.ts", "!**/*.android.d.ts",