|
|
|
@ -66,16 +66,6 @@ |
|
|
|
"projects/dev-app/src/assets" |
|
|
|
], |
|
|
|
"styles": [ |
|
|
|
{ |
|
|
|
"input": "node_modules/@abp/ng.theme.shared/styles/bootstrap-rtl.min.css", |
|
|
|
"inject": false, |
|
|
|
"bundleName": "bootstrap-rtl.min" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "bootstrap-ltr.min" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@fortawesome/fontawesome-free/css/all.min.css", |
|
|
|
"inject": true, |
|
|
|
@ -101,6 +91,16 @@ |
|
|
|
"inject": true, |
|
|
|
"bundleName": "ngx-datatable-material" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/@abp/ng.theme.shared/styles/bootstrap-rtl.min.css", |
|
|
|
"inject": false, |
|
|
|
"bundleName": "bootstrap-rtl.min" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"input": "node_modules/bootstrap/dist/css/bootstrap.min.css", |
|
|
|
"inject": true, |
|
|
|
"bundleName": "bootstrap-ltr.min" |
|
|
|
}, |
|
|
|
"projects/dev-app/src/styles.scss" |
|
|
|
], |
|
|
|
"scripts": [] |
|
|
|
|