From d816592739161b58753c903b83db171d911e2ec9 Mon Sep 17 00:00:00 2001 From: Aleksey Gureiev Date: Mon, 28 Mar 2016 10:53:00 +0300 Subject: [PATCH] allowing custom typedoc output directory --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index c74864326..c8495d266 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -453,7 +453,7 @@ module.exports = function(grunt) { // 'flag:undefined' will set flags without options. "module": 'commonjs', "target": 'es5', - "out": localCfg.outApiRefDir, + "out": '<%= grunt.option("out") || localCfg.outApiRefDir %>', "theme": '<%= grunt.option("theme") || "default" %>', //"json": './dist/doc.json', "name": 'NativeScript',