allowing custom typedoc output directory

This commit is contained in:
Aleksey Gureiev
2016-03-28 10:53:00 +03:00
parent d3849f2a9b
commit d816592739

View File

@@ -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',