1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-20 20:31:26 +02:00

chore(RTL): add RTLCSS

This commit is contained in:
Gaël Poupard
2020-06-08 18:19:14 +03:00
committed by XhmikosR
parent cfe31592d7
commit 71ecc3323f
3 changed files with 66 additions and 2 deletions

View File

@@ -29,6 +29,10 @@ const files = [
file: 'dist/css/bootstrap.min.css',
configPropertyName: 'css_hash'
},
{
file: 'dist/css/bootstrap.rtl.min.css',
configPropertyName: 'css_rtl_hash'
},
{
file: 'dist/js/bootstrap.min.js',
configPropertyName: 'js_hash'