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

Commit 9f3b88e

Browse files
committed
Add bootstrap theme implements #184
Uses actually the approach where you have to compile the scss manually
1 parent b59c9a4 commit 9f3b88e

File tree

142 files changed

+21786
-232
lines changed

Some content is hidden

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

142 files changed

+21786
-232
lines changed

lib/Coocook/Controller/Root.pm

+2-3
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,12 @@ sub auto : Private {
9090

9191
$c->stash(
9292
css => [
93-
'/lib/bootstrap-5.1.3-dist/css/bootstrap' . ( $c->debug ? '.css' : '.min.css' ),
94-
'/css/local_bootstrap_modifications.css',
93+
'/lib/themed-bootstrap/themed' . ( $c->debug ? '.css' : '.min.css' ),
9594
'/css/material-design-icons.css',
9695
'/css/style.css',
9796
],
9897
js => [
99-
'/lib/bootstrap-5.1.3-dist/js/bootstrap' . ( $c->debug ? '.js' : '.min.js' ),
98+
'/lib/bootstrap/dist/js/bootstrap.bundle' . ( $c->debug ? '.js' : '.min.js' ),
10099
'/lib/marked/marked.min.js',
101100
'/js/script.js',
102101
],

root/static/css/local_bootstrap_modifications.css

-124
This file was deleted.

0 commit comments

Comments
 (0)