Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit 532a662

Browse files
committed
Add --aot for doc + Fix CSS issue
1 parent 3c2fa6e commit 532a662

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

demo/src/app/app.component.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ul.side-nav.fixed ul.collapsible-accordion .collapsible-body li a {
2424

2525
.collapsible-body {
2626
display: block;
27+
padding: 0;
2728
}
2829

2930
.logo h3 {

deploy-doc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro
1616

1717
info "Building documentation..."
1818
cd $cwd/demo
19-
ng build -prod --base-href /angular-datatables/
19+
ng build --prod --aot --base-href /angular-datatables/
2020

2121
info "Copying the doc folder to /tmp"
2222
rm -rf /tmp/angular-datatables-demo

0 commit comments

Comments
 (0)