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

Commit ce13310

Browse files
committed
(#155) remove jQuery files and includes
1 parent 12637d1 commit ce13310

File tree

4 files changed

+0
-10876
lines changed

4 files changed

+0
-10876
lines changed

lib/Coocook/Controller/Root.pm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ sub auto : Private {
9696
'/css/style.css',
9797
],
9898
js => [
99-
'/lib/jquery-3.5.1' . ( $c->debug ? '.js' : '.min.js' ),
10099
'/lib/bootstrap-4.4.1-dist/js/bootstrap' . ( $c->debug ? '.js' : '.min.js' ),
101100
'/lib/marked/marked' . ( $c->debug ? '.js' : '.min.js' ),
102101
'/js/script.js',

0 commit comments

Comments
 (0)