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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user