Skip to content

Commit 0551611

Browse files
authored
Merge pull request #1623 from netstart/add-compodoc
Add compodoc
2 parents ce4d284 + 594a2b2 commit 0551611

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ lib-cov
1414
coverage
1515
coverage_js
1616

17+
# ignore documentation
18+
documentation
19+
1720
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
1821
.grunt
1922

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"e2e.ci": "gulp build.prod --color && gulp build.js.e2e --color && gulp e2e --color",
3636
"tests.all": "npm test && npm run e2e.ci",
3737
"webdriver-start": "webdriver-manager start",
38-
"webdriver-update": "webdriver-manager update"
38+
"webdriver-update": "webdriver-manager update",
39+
"compodoc": "node_modules/.bin/compodoc -p src/client/tsconfig.json",
40+
"serve.compodoc": "node_modules/.bin/compodoc -s"
3941
},
4042
"author": "Minko Gechev <mgechev>",
4143
"license": "MIT",
@@ -66,6 +68,7 @@
6668
"autoprefixer": "^6.5.1",
6769
"browser-sync": "^2.17.3",
6870
"codelyzer": "~1.0.0-beta.2",
71+
"compodoc": "0.0.8",
6972
"connect-history-api-fallback": "^1.3.0",
7073
"cssnano": "^3.7.7",
7174
"deep-extend": "^0.4.1",

0 commit comments

Comments
 (0)