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

Fixed Moment.js (File extension and detection of resource name)

This commit is contained in:
nobody42
2020-03-24 08:11:03 +01:00
parent 447c6d2c97
commit 274351ed3c
5 changed files with 11 additions and 1 deletions

View File

@@ -222,6 +222,8 @@ helpers.determineResourceName = function (filename) {
return 'lozad.js';
case 'modernizr.min.jsm':
return 'Modernizr';
case 'moment.min.jsm':
return 'Modernizr';
case 'mootools-yui-compressed.jsm':
return 'MooTools';
case 'prototype.jsm':