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

Implemented: Font Awesome v4.7.0 by stackpath.bootstrapcdn.com

This commit is contained in:
nobody
2020-03-12 06:42:31 +01:00
parent 2a6d29f6dc
commit 83c76a9b15
5 changed files with 18 additions and 3 deletions

View File

@ -203,6 +203,8 @@ helpers.determineResourceName = function (filename) {
return 'Ember.js';
case 'ext-core.jsm':
return 'Ext Core';
case 'font-awesome.min.cssm':
return 'Font Awesome';
case 'jquery.min.jsm':
return 'jQuery';
case 'jquery-ui.min.jsm':