From cbc52b2858d72b88eeb8f011ce5bdd3f112346ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Thu, 21 May 2020 01:24:09 +0300 Subject: [PATCH] Copy maps and minified files too for the bootstrap files. --- npm/packs/bootstrap/abp.resourcemapping.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/npm/packs/bootstrap/abp.resourcemapping.js b/npm/packs/bootstrap/abp.resourcemapping.js index 55e4147925..f76b891b9e 100644 --- a/npm/packs/bootstrap/abp.resourcemapping.js +++ b/npm/packs/bootstrap/abp.resourcemapping.js @@ -1,7 +1,8 @@ module.exports = { mappings: { - "@node_modules/bootstrap/dist/css/bootstrap.css": "@libs/bootstrap/css/", - "@node_modules/@laylazi/bootstrap-rtl/dist/css/bootstrap-rtl.css": "@libs/bootstrap/css/", - "@node_modules/bootstrap/dist/js/bootstrap.bundle.js": "@libs/bootstrap/js/" + "@node_modules//bootstrap/dist/css/bootstrap.css*": "@libs/bootstrap/css/", + "@node_modules//bootstrap/dist/css/bootstrap.min.css*": "@libs/bootstrap/css/", + "@node_modules/@laylazi/bootstrap-rtl/dist/css/bootstrap-rtl*": "@libs/bootstrap/css/", + "@node_modules/bootstrap/dist/js/bootstrap.bundle*": "@libs/bootstrap/js/" } } \ No newline at end of file