From c9e43aa7e7b2c2e921e86de2f3729ef64b2985d7 Mon Sep 17 00:00:00 2001 From: Erjan Gavalji Date: Tue, 14 Jun 2016 10:37:11 +0300 Subject: [PATCH] Use the nativescript theme by default for api-ref --- gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gruntfile.js b/gruntfile.js index fc8b60dac..ee6da713e 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -405,7 +405,7 @@ module.exports = function(grunt) { "module": 'commonjs', "target": 'es5', "out": '<%= grunt.option("out") || localCfg.outApiRefDir %>', - "theme": '<%= grunt.option("theme") || "default" %>', + "theme": '<%= grunt.option("theme") || "./node_modules/nativescript-typedoc-theme" %>', "name": 'NativeScript', "includeDeclarations": undefined, "experimentalDecorators": undefined,