Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

Commit f5d6135

Browse files
committed
(#155) migrate Bootstrap to v5.1.3
1 parent ce13310 commit f5d6135

File tree

69 files changed

+60263
-26157
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+60263
-26157
lines changed

lib/Coocook/Controller/Root.pm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,13 @@ sub auto : Private {
9090

9191
$c->stash(
9292
css => [
93-
'/lib/bootstrap-4.4.1-dist/css/bootstrap' . ( $c->debug ? '.css' : '.min.css' ),
93+
'/lib/bootstrap-5.1.3-dist/css/bootstrap' . ( $c->debug ? '.css' : '.min.css' ),
9494
'/css/local_bootstrap_modifications.css',
9595
'/css/material-design-icons.css',
9696
'/css/style.css',
9797
],
9898
js => [
99-
'/lib/bootstrap-4.4.1-dist/js/bootstrap' . ( $c->debug ? '.js' : '.min.js' ),
99+
'/lib/bootstrap-5.1.3-dist/js/bootstrap' . ( $c->debug ? '.js' : '.min.js' ),
100100
'/lib/marked/marked' . ( $c->debug ? '.js' : '.min.js' ),
101101
'/js/script.js',
102102
],

0 commit comments

Comments
 (0)