1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00
This commit is contained in:
nobody42
2020-04-15 07:12:33 +02:00
parent d4dc3f4f8b
commit e6349d0dd6
7 changed files with 217 additions and 0 deletions

View File

@@ -200,6 +200,11 @@ var resources = {
'path': 'resources/jqueryui/{version}/themes/base/minified/jquery-ui.min.css',
'type': 'text/css'
},
// jQuery URLive
'jqueryURLive': {
'path': 'resources/urlive/{version}/jquery.urlive.min.jsm',
'type': 'application/javascript'
},
// jQuery Validation Plugin
'jqueryValidationPlugin': {
'path': 'resources/jquery-validate/{version}/jquery.validate.min.jsm',
@@ -352,6 +357,11 @@ var resources = {
'path': 'resources/vue/{version}/vue.min.jsm',
'type': 'application/javascript'
},
// WebComponents.js
'webcomponentsJS': {
'path': 'resources/webcomponentsjs/{version}/webcomponents-loader.jsm',
'type': 'application/javascript'
},
// Web Font Loader
'webfont': {
'path': 'resources/webfont/{version}/webfont.jsm',