mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-06-05 21:49:31 +02:00
Added lozad v1.14.0
This commit is contained in:
@@ -68,6 +68,9 @@ var files = {
|
||||
// jQuery UI
|
||||
'resources/jqueryui/1.11.4/jquery-ui.min.jsm': true,
|
||||
|
||||
// lozad.js
|
||||
'resources/lozad.js/1.14.0/lozad': true,
|
||||
|
||||
// Modernizr
|
||||
'resources/modernizr/2.8.3/modernizr.min.jsm': true,
|
||||
|
||||
|
@@ -123,6 +123,7 @@ var mappings = {
|
||||
'jquery-ui@{version}/jquery-ui.min.js': resources.jQueryUI,
|
||||
'jquery-ui-dist@{version}/jquery-ui.js': resources.jQueryUI,
|
||||
'jquery-ui-dist@{version}/jquery-ui.min.js': resources.jQueryUI,
|
||||
'lozad': resources.lozad,
|
||||
'npm-modernizr@{version}/modernizr.': resources.modernizr,
|
||||
'npm-modernizr@{version}/modernizr.min.': resources.modernizr,
|
||||
'moment@{version}/moment.': resources.moment,
|
||||
|
@@ -95,6 +95,11 @@ var resources = {
|
||||
'path': 'resources/jqueryui/{version}/jquery-ui.min.jsm',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// lozad.js
|
||||
'lozad': {
|
||||
'path': 'resources/lozad.js/{version}/lozad',
|
||||
'type': 'application/javascript'
|
||||
},
|
||||
// Modernizr
|
||||
'modernizr': {
|
||||
'path': 'resources/modernizr/{version}/modernizr.min.jsm',
|
||||
|
Reference in New Issue
Block a user