Added: handlebars.js v4.7.7 (#1472)

This commit is contained in:
nobody 2023-07-06 06:16:52 +02:00
parent 936de4be31
commit 9d67cfd885
No known key found for this signature in database
GPG Key ID: 8F6DE3D614FCFD7A
6 changed files with 41 additions and 0 deletions

View File

@ -480,6 +480,7 @@ https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/PixiPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollToPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/ScrollTrigger.min.js
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.min.js
https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.7.7/handlebars.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/highlight.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/1c.min.js
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/abnf.min.js

View File

@ -333,6 +333,7 @@ mappings.cdn = {
'foundicons/{version}/foundation-icons.min.css': resources.foundationIconsCSS,
'granim/{version}/granim.': resources.granim,
'gsap/{version}/': resources.gsapBundle,
'handlebars.js/{version}/handlebars.': resources.handlebarsJs,
'highlight.js/{version}/': resources.highlightJS,
'hls.js/{version}/hls.': resources.hlsJS,
'hogan.js/{version}/hogan.': resources.hoganJS,

View File

@ -478,6 +478,10 @@ var resources = {
'googleMaterialIcons': {
'path': 'resources/google-material-design-icons/google-material-design-icons.css'
},
// handlebars.js
'handlebarsJs': {
'path': 'resources/handlebars.js/{version}/handlebars.min.jsm'
},
// highlight.js (Bundle)
'highlightJS': {
'path': 'resources/highlight.js/{version}/'

View File

@ -223,6 +223,7 @@ targets.setLastVersion = function (type, version) {
if (type.startsWith('/materialiconsround/')) return 'v108';
if (type.startsWith('/materialiconssharp/')) return 'v109';
if (type.startsWith('/materialiconstwotone/')) return 'v112';
if (type.startsWith('/handlebars.js/4.')) return '4.7.7';
if (type.startsWith('/highlight.js/7.')) return '9.18.5';
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
if (type.startsWith('/highlight.js/9.')) return '9.18.5';
@ -514,6 +515,7 @@ targets.determineResourceName = function (filename) {
};
const ListOfFiles = {
'handlebars.min.jsm': 'handlebars.js',
'URI.min.jsm': 'URI.js',
'vue-router.global.min.jsm': 'vue-router',
'tf.min.jsm': 'tensorflow',

View File

@ -32,6 +32,10 @@
<li>hls.js v1.4.6 -> v1.4.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1469">#1469</a>)</li>
<li>libphonenumber-js v1.10.36 -> v1.10.37 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1470">#1470</a>)</li>
</ul>
<p>Added</p>
<ul>
<li>handlebars.js v4.7.7 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1472">#1472</a>)</li>
</ul>
</div>
<div id="generator-section">
<div class="topic-label">

File diff suppressed because one or more lines are too long