1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

generate sri

This commit is contained in:
codecalm
2024-01-22 03:25:58 +01:00
parent 3c843d3d6a
commit 36008d1b6d
2 changed files with 25 additions and 0 deletions

View File

@@ -16,6 +16,26 @@ const files = [
file: 'dist/css/tabler.min.css', file: 'dist/css/tabler.min.css',
configPropertyName: 'css_hash' configPropertyName: 'css_hash'
}, },
{
file: 'dist/css/tabler.rtl.min.css',
configPropertyName: 'css_rtl_hash'
},
{
file: 'dist/css/tabler-flags.min.css',
configPropertyName: 'css_flags_hash'
},
{
file: 'dist/css/tabler-payments.min.css',
configPropertyName: 'css_payments_hash'
},
{
file: 'dist/css/tabler-social.min.css',
configPropertyName: 'css_social_hash'
},
{
file: 'dist/css/tabler-vendors.min.css',
configPropertyName: 'css_vendors_hash'
},
{ {
file: 'dist/js/tabler.min.js', file: 'dist/js/tabler.min.js',
configPropertyName: 'js_hash' configPropertyName: 'js_hash'

View File

@@ -244,5 +244,10 @@ emails:
cdn: cdn:
css_hash: "sha384-k8E9RoPOQ6e0DYc412ZVCijxvlQgfyU/pWPo42waH02kRFWEmf7cQOkGqWT3GHGp" css_hash: "sha384-k8E9RoPOQ6e0DYc412ZVCijxvlQgfyU/pWPo42waH02kRFWEmf7cQOkGqWT3GHGp"
css_rtl_hash: "sha384-16cbgXQEBjkPKcPx1h2ovXO6fWjs8ltetbHc0HOihyPAR54EiIqN7j4UgEL4fH96"
css_flags_hash: "sha384-DY4qpZRq8xF/FTUwHTSBpXUzWCgqIj/Ty+GyJhe4GDp6chbU7L3er8DFGeVW6zEF"
css_payments_hash: "sha384-5YPVYqtJCz0vsqPGh6L1Sq+2ci9r67MLLfVbTTSU0mklMLGgQTK2BvpCXyZAt0qn"
css_social_hash: "sha384-AWB9EuxVw3N1Afw6M1s0tCmsSJuI8BQ/8IFx2B7FfDL9X6wf1nuszXmP6xveGLDQ"
css_vendors_hash: "sha384-MQfYsoFoC7ivWOZF4f6LdPsjQXYTmPtSmhv9pEz/XYALPBAP+rIRSaBD/HgLbPYN"
js_hash: "sha384-y862gbiZBnmAMfikv7LSZmxUPyfyjV/BifQIExUqKlD1ugLOBrch1DwQYscxDv3J" js_hash: "sha384-y862gbiZBnmAMfikv7LSZmxUPyfyjV/BifQIExUqKlD1ugLOBrch1DwQYscxDv3J"
js_bundle_hash: "sha384-UrYaR20uBqeQrfypPQKq5RwzXxirM5/xif+ka3j0W/aMje1ejqe4+ARG/gOa7Wtx" js_bundle_hash: "sha384-UrYaR20uBqeQrfypPQKq5RwzXxirM5/xif+ka3j0W/aMje1ejqe4+ARG/gOa7Wtx"