mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-23 07:54:20 +01:00
If you set BTCPAY_BUDNLEJSCSS to true it'll bundle all JS/CSS files into one Ref: https://github.com/btcpayserver/btcpayserver/issues/47
25 lines
849 B
JSON
25 lines
849 B
JSON
[
|
|
{
|
|
"outputFileName": "wwwroot/bundles/main/bundle.css",
|
|
"inputFiles": [
|
|
"wwwroot/vendor/bootstrap/css/bootstrap.css",
|
|
"wwwroot/vendor/magnific-popup/magnific-popup.css",
|
|
"wwwroot/css/creative.css",
|
|
"wwwroot/css/site.css",
|
|
"wwwroot/vendor/animatecss/animate.css"
|
|
]
|
|
},
|
|
{
|
|
"outputFileName": "wwwroot/bundles/main/bundle.js",
|
|
"inputFiles": [
|
|
"wwwroot/vendor/jquery/jquery.js",
|
|
"wwwroot/vendor/popper/popper.js",
|
|
"wwwroot/vendor/bootstrap/js/bootstrap.js",
|
|
"wwwroot/vendor/jquery-easing/jquery.easing.js",
|
|
"wwwroot/vendor/scrollreveal/scrollreveal.min.js",
|
|
"wwwroot/vendor/magnific-popup/jquery.magnific-popup.js",
|
|
"wwwroot/js/creative.js"
|
|
]
|
|
}
|
|
]
|