Browse Source

Fixed missing font-bundle error

pull/202/head
Galip Tolga Erdem 3 years ago
parent
commit
06fbb2dac9
  1. 13
      apps/angular/angular.json

13
apps/angular/angular.json

@ -69,6 +69,11 @@
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.css",
"inject": false,
"bundleName": "abp-bundle"
},
{
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css",
"inject": false,
"bundleName": "abp-bundle.rtl"
},
{
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/bootstrap-dim.rtl.css",
@ -81,14 +86,14 @@
"bundleName": "ng-bundle.rtl"
},
{
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/side-menu/layout-bundle.rtl.css",
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.rtl.css",
"inject": false,
"bundleName": "layout-bundle.rtl"
"bundleName": "font-bundle.rtl"
},
{
"input": "node_modules/@abp/ng.theme.lepton-x/assets/css/abp-bundle.rtl.css",
"input": "node_modules/@volo/ngx-lepton-x.lite/assets/css/font-bundle.css",
"inject": false,
"bundleName": "abp-bundle.rtl"
"bundleName": "font-bundle"
},
"node_modules/bootstrap-icons/font/bootstrap-icons.css",

Loading…
Cancel
Save