Skip to content

Commit 690f2e4

Browse files
committed
Rename docs-dist to gh-pages
- And also added gh-pages to git ignore and npm ignore.
1 parent f3bb66b commit 690f2e4

18 files changed

+7
-1071
lines changed

.angular-cli.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"apps": [
77
{
88
"root": "src",
9-
"outDir": "docs-dist",
9+
"outDir": "gh-pages",
1010
"assets": [
1111
"assets",
1212
"favicon.ico"

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ testem.log
4040
# System Files
4141
.DS_Store
4242
Thumbs.db
43+
44+
# Docs generated directory
45+
gh-pages/

.npmignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ Desktop.ini
2828

2929
# Source files
3030
src/
31-
docs-dist/
3231
aot/
32+
33+
# Docs generated directory
34+
gh-pages/

docs-dist/assets/data/data.json

Lines changed: 0 additions & 28 deletions
This file was deleted.

docs-dist/assets/data/data.xml

Lines changed: 0 additions & 7 deletions
This file was deleted.
-11.8 KB
Binary file not shown.

docs-dist/favicon.ico

-5.3 KB
Binary file not shown.
-17.6 KB
Binary file not shown.

docs-dist/glyphicons-halflings-regular.89889688147bd7575d63.svg

Lines changed: 0 additions & 288 deletions
This file was deleted.
-44.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)