Merge branch 'develop' of https://codeberg.org/jouni/LocalCDN into jouni-develop
This commit is contained in:
parent
499fc567b8
commit
186f16fccb
|
@ -272,6 +272,7 @@ mappings.cdn = {
|
|||
'bootstrap/{version}/bootstrap.js': resources.bootstrapJS,
|
||||
'bootstrap/{version}/bootstrap.min.css': resources.bootstrapCSS,
|
||||
'bootstrap/{version}/bootstrap.css': resources.bootstrapCSS,
|
||||
'bootswatch/{version}/flatly/': resources.bootswatchFlatly,
|
||||
'bowser/{version}/': resources.bowserJS,
|
||||
'bower-angular-translate/{version}/angular-translate.': resources.angularTranslate,
|
||||
'bower-angular-translate-loader-partial/{version}/angular-translate-loader-partial.': resources.angularTranslateLoaderPartial,
|
||||
|
@ -299,6 +300,7 @@ mappings.cdn = {
|
|||
'corejs-typeahead/{version}/typeahead.bundle.': resources.corejsTypeahead,
|
||||
'd3/{version}/d3.min.js': resources.d3JS,
|
||||
'd3-legend/{version}/d3-legend.': resources.d3legend,
|
||||
'datatables/{version}/': resources.datatables,
|
||||
'dayjs/{version}/dayjs.': resources.dayjs,
|
||||
'dexie/{version}/dexie.': resources.dexie,
|
||||
'docsearch.js/{version}/docsearch.min.js': resources.docsearchJS,
|
||||
|
@ -601,6 +603,7 @@ mappings.cdn = {
|
|||
'bootstrap@{version}/dist/css/bootstrap.': resources.bootstrapCSS,
|
||||
'bootstrap-icons@{version}/font/bootstrap-icons.css': resources.bootstrapIcons,
|
||||
'bootstrap-icons@{version}/font/bootstrap-icons.min.css': resources.bootstrapIcons,
|
||||
'bootstrap-select@{version}/dist/css/bootstrap-select.': resources.bootstrapSelectCSS,
|
||||
'bootstrap-select@{version}/dist/js/bootstrap-select.': resources.bootstrapSelectJS,
|
||||
'bootstrap-table@{version}/dist/bootstrap-table.min.js': resources.bootstrapTableJS,
|
||||
'bootstrap-table@{version}/dist/bootstrap-table.js': resources.bootstrapTableJS,
|
||||
|
@ -657,6 +660,9 @@ mappings.cdn = {
|
|||
'jquery-ui-dist@{version}/jquery-ui.js': resources.jQueryUI,
|
||||
'jquery-ui-dist@{version}/jquery-ui.min.js': resources.jQueryUI,
|
||||
'jquery-validation@{version}/dist/jquery.validate.': resources.jqueryValidationPlugin,
|
||||
'js-cookie@{version}/dist/js.cookie.js': resources.jscookie,
|
||||
'js-cookie@{version}/dist/js.cookie.min.js': resources.jscookie,
|
||||
'js-cookie@{version}/src/js.cookie.': resources.jscookie,
|
||||
'leaflet@{version}/dist/leaflet.js': resources.leafletJS,
|
||||
'leaflet@{version}/dist/leaflet.css': resources.leafletCSS,
|
||||
'leaflet-easybutton@{version}/src/easy-button.js': resources.leafletEasyButton,
|
||||
|
|
Loading…
Reference in New Issue