Merge pull request #1854 from alg/custom-typedoc-theme

Custom typedoc theme
This commit is contained in:
Erjan Gavalji
2016-03-28 11:26:15 +03:00

View File

@@ -453,7 +453,8 @@ 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',
"includeDeclarations": undefined,