1
0
mirror of https://codeberg.org/nobody/LocalCDN.git synced 2025-06-05 21:49:31 +02:00

Added Vue.js v1.0.28 and page.js v1.7.1

This commit is contained in:
nobody42
2020-03-24 08:45:14 +01:00
parent 274351ed3c
commit 172dda4429
8 changed files with 10266 additions and 1 deletions

View File

@@ -120,6 +120,11 @@ var resources = {
'path': 'resources/mootools/{version}/mootools-core.min.jsm',
'type': 'application/javascript'
},
// page.js
'pageJs': {
'path': 'resources/page.js/{version}/page.min.jsm',
'type': 'application/javascript'
},
// Prototype
'prototypeJS': {
'path': 'resources/prototype/{version}/prototype.jsm',
@@ -140,6 +145,11 @@ var resources = {
'path': 'resources/underscore.js/{version}/underscore-min.jsm',
'type': 'application/javascript'
},
// Vue.js
'vueJs': {
'path': 'resources/vue/{version}/vue.jsm',
'type': 'application/javascript'
},
// Web Font Loader
'webfont': {
'path': 'resources/webfont/{version}/webfont.jsm',