mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Fixed #56
This commit is contained in:
@@ -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',
|
||||
|
Reference in New Issue
Block a user