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

Added Twitter-Bootstrap JS and CSS v2.3.2

This commit is contained in:
nobody
2020-05-22 09:32:53 +02:00
parent 6a865f993d
commit f63bc600fc
6 changed files with 24 additions and 0 deletions

View File

@@ -164,6 +164,10 @@ var mappings = {
'twitter-bootstrap/{version}-alpha.3/js/bootstrap.min.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}-alpha.3/css/bootstrap.min.css': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/css/bootstrap.': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/bootstrap.min.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}/bootstrap.js': resources.twitterBootstrapJS,
'twitter-bootstrap/{version}/bootstrap.min.css': resources.twitterBootstrapCSS,
'twitter-bootstrap/{version}/bootstrap.css': resources.twitterBootstrapCSS,
'underscore.js/{version}/underscore.': resources.underscore,
'underscore.js/{version}/underscore-min.': resources.underscore,
'urlive/{version}/jquery.urlive.': resources.jqueryURLive,