diff options
| author | Gaƫl Poupard <[email protected]> | 2020-06-08 18:19:14 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2020-12-04 07:52:03 +0200 |
| commit | 71ecc3323fb60ea05456470d10d17b614fe6dc04 (patch) | |
| tree | 509c0e10c428e97c50c9db9e6bafd77b8dfe3db0 /build | |
| parent | cfe31592d7b487a769fd8d14ddf7898c07425280 (diff) | |
| download | bootstrap-71ecc3323fb60ea05456470d10d17b614fe6dc04.tar.xz bootstrap-71ecc3323fb60ea05456470d10d17b614fe6dc04.zip | |
chore(RTL): add RTLCSS
Diffstat (limited to 'build')
| -rw-r--r-- | build/generate-sri.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/build/generate-sri.js b/build/generate-sri.js index de269b040..0c272cead 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' }, |
