mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-10 17:00:54 +01:00
Added: handlebars.js v4.7.7 (#1472)
This commit is contained in:
parent
936de4be31
commit
9d67cfd885
@ -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/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/ScrollTrigger.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/TextPlugin.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/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/1c.min.js
|
||||||
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/abnf.min.js
|
https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.3/languages/abnf.min.js
|
||||||
|
@ -333,6 +333,7 @@ mappings.cdn = {
|
|||||||
'foundicons/{version}/foundation-icons.min.css': resources.foundationIconsCSS,
|
'foundicons/{version}/foundation-icons.min.css': resources.foundationIconsCSS,
|
||||||
'granim/{version}/granim.': resources.granim,
|
'granim/{version}/granim.': resources.granim,
|
||||||
'gsap/{version}/': resources.gsapBundle,
|
'gsap/{version}/': resources.gsapBundle,
|
||||||
|
'handlebars.js/{version}/handlebars.': resources.handlebarsJs,
|
||||||
'highlight.js/{version}/': resources.highlightJS,
|
'highlight.js/{version}/': resources.highlightJS,
|
||||||
'hls.js/{version}/hls.': resources.hlsJS,
|
'hls.js/{version}/hls.': resources.hlsJS,
|
||||||
'hogan.js/{version}/hogan.': resources.hoganJS,
|
'hogan.js/{version}/hogan.': resources.hoganJS,
|
||||||
|
@ -478,6 +478,10 @@ var resources = {
|
|||||||
'googleMaterialIcons': {
|
'googleMaterialIcons': {
|
||||||
'path': 'resources/google-material-design-icons/google-material-design-icons.css'
|
'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)
|
// highlight.js (Bundle)
|
||||||
'highlightJS': {
|
'highlightJS': {
|
||||||
'path': 'resources/highlight.js/{version}/'
|
'path': 'resources/highlight.js/{version}/'
|
||||||
|
@ -223,6 +223,7 @@ targets.setLastVersion = function (type, version) {
|
|||||||
if (type.startsWith('/materialiconsround/')) return 'v108';
|
if (type.startsWith('/materialiconsround/')) return 'v108';
|
||||||
if (type.startsWith('/materialiconssharp/')) return 'v109';
|
if (type.startsWith('/materialiconssharp/')) return 'v109';
|
||||||
if (type.startsWith('/materialiconstwotone/')) return 'v112';
|
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/7.')) return '9.18.5';
|
||||||
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
|
if (type.startsWith('/highlight.js/8.')) return '9.18.5';
|
||||||
if (type.startsWith('/highlight.js/9.')) return '9.18.5';
|
if (type.startsWith('/highlight.js/9.')) return '9.18.5';
|
||||||
@ -514,6 +515,7 @@ targets.determineResourceName = function (filename) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
const ListOfFiles = {
|
const ListOfFiles = {
|
||||||
|
'handlebars.min.jsm': 'handlebars.js',
|
||||||
'URI.min.jsm': 'URI.js',
|
'URI.min.jsm': 'URI.js',
|
||||||
'vue-router.global.min.jsm': 'vue-router',
|
'vue-router.global.min.jsm': 'vue-router',
|
||||||
'tf.min.jsm': 'tensorflow',
|
'tf.min.jsm': 'tensorflow',
|
||||||
|
@ -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>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>
|
<li>libphonenumber-js v1.10.36 -> v1.10.37 (<a href="https://codeberg.org/nobody/LocalCDN/issues/1470">#1470</a>)</li>
|
||||||
</ul>
|
</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>
|
||||||
<div id="generator-section">
|
<div id="generator-section">
|
||||||
<div class="topic-label">
|
<div class="topic-label">
|
||||||
|
29
resources/handlebars.js/4.7.7/handlebars.min.jsm
Normal file
29
resources/handlebars.js/4.7.7/handlebars.min.jsm
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user