added an option to specify custom typedoc theme

This commit is contained in:
Aleksey Gureiev
2016-03-28 10:44:30 +03:00
parent b69680cbf3
commit d3849f2a9b

View File

@@ -454,6 +454,7 @@ module.exports = function(grunt) {
"module": 'commonjs',
"target": 'es5',
"out": localCfg.outApiRefDir,
"theme": '<%= grunt.option("theme") || "default" %>',
//"json": './dist/doc.json',
"name": 'NativeScript',
"includeDeclarations": undefined,