Merge branch 'ErjanGavalji/use-packed-theme'

This commit is contained in:
Erjan Gavalji
2016-06-03 14:05:19 +03:00
2 changed files with 3 additions and 1 deletions

View File

@@ -498,6 +498,7 @@ module.exports = function(grunt) {
"theme": '<%= grunt.option("theme") || "default" %>',
"name": 'NativeScript',
"includeDeclarations": undefined,
"experimentalDecorators": undefined,
"mode": "file"
},
src: localCfg.srcTsdFiles

View File

@@ -17,12 +17,13 @@
"grunt-shell": "1.1.2",
"grunt-simple-mocha": "0.4.0",
"grunt-ts": "5.3.2",
"grunt-tslint": "3.0.3",
"grunt-typedoc": "0.2.3",
"grunt-untar": "0.0.1",
"markdown-snippet-injector": "0.1.1",
"mocha": "2.2.5",
"nativescript-typedoc-theme": "0.0.1",
"shelljs": "0.5.3",
"grunt-tslint": "3.0.3",
"time-grunt": "1.3.0",
"tslint": "3.4.0",
"typescript": "1.8.2"