Skip to content

Commit

Permalink
fix: add prod build and remove ellipsis from post listing
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Mar 10, 2019
1 parent c9ab485 commit 8cfd447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "npm run build --prod && cp dist/blog/index.html dist/blog/404.html",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
Expand Down
1 change: 1 addition & 0 deletions src/app/blog/blog/blog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import { Post } from 'src/app/core/models';
a {
font-size: 36px;
color: black;
white-space: initial;
}
:host /deep/ .mat-list-item {
Expand Down

0 comments on commit 8cfd447

Please sign in to comment.