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

Fixed Twitter Bootstrap CSS & JS v3.4.1

This commit is contained in:
nobody42
2020-03-26 07:23:43 +01:00
parent ad349dc9ae
commit 16e9435760
7 changed files with 31 additions and 2 deletions

View File

@@ -154,6 +154,16 @@ var resources = {
'path': 'resources/swfobject/{version}/swfobject.jsm',
'type': 'application/javascript'
},
// Twitter Bootstrap JS
'twitterBootstrapJS': {
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.jsm',
'type': 'application/javascript'
},
// Twitter Bootstrap CSS
'twitterBootstrapCSS': {
'path': 'resources/twitter-bootstrap/{version}/bootstrap.min.cssm',
'type': 'text/css'
},
// Underscore.js
'underscore': {
'path': 'resources/underscore.js/{version}/underscore-min.jsm',