Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorGaƫl Poupard <gael.poupard@orange.com>2020-06-08 18:19:14 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-12-04 08:52:03 +0300
commit71ecc3323fb60ea05456470d10d17b614fe6dc04 (patch)
tree509c0e10c428e97c50c9db9e6bafd77b8dfe3db0 /build
parentcfe31592d7b487a769fd8d14ddf7898c07425280 (diff)
chore(RTL): add RTLCSS
Diffstat (limited to 'build')
-rw-r--r--build/generate-sri.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/build/generate-sri.js b/build/generate-sri.js
index de269b0405..0c272ceadd 100644
--- a/build/generate-sri.js
+++ b/build/generate-sri.js
@@ -30,6 +30,10 @@ const files = [
configPropertyName: 'css_hash'
},
{
+ file: 'dist/css/bootstrap.rtl.min.css',
+ configPropertyName: 'css_rtl_hash'
+ },
+ {
file: 'dist/js/bootstrap.min.js',
configPropertyName: 'js_hash'
},