File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ lib-cov
14
14
coverage
15
15
coverage_js
16
16
17
+ # ignore documentation
18
+ documentation
19
+
17
20
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
18
21
.grunt
19
22
Original file line number Diff line number Diff line change 35
35
"e2e.ci" : " gulp build.prod --color && gulp build.js.e2e --color && gulp e2e --color" ,
36
36
"tests.all" : " npm test && npm run e2e.ci" ,
37
37
"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"
39
41
},
40
42
"author" : " Minko Gechev <mgechev>" ,
41
43
"license" : " MIT" ,
66
68
"autoprefixer" : " ^6.5.1" ,
67
69
"browser-sync" : " ^2.17.3" ,
68
70
"codelyzer" : " ~1.0.0-beta.2" ,
71
+ "compodoc" : " 0.0.8" ,
69
72
"connect-history-api-fallback" : " ^1.3.0" ,
70
73
"cssnano" : " ^3.7.7" ,
71
74
"deep-extend" : " ^0.4.1" ,
You can’t perform that action at this time.
0 commit comments