[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6665253 -> 961a655)
From: |
Mathieu Othacehe |
Subject: |
master updated (6665253 -> 961a655) |
Date: |
Fri, 23 Apr 2021 09:12:04 -0400 (EDT) |
mothacehe pushed a change to branch master.
from 6665253 Fix indentation.
new 53d87e8 Rationalize static files.
new 961a655 Use the text/html content type.
Summary of changes:
Makefile.am | 8 ++--
src/cuirass/http.scm | 10 +++--
src/cuirass/templates.scm | 45 +++++-----------------
.../css/{bootstrap.css => bootstrap.min.css} | 0
src/static/js/bootstrap.min.js | 7 ++++
src/static/js/cuirass.js | 30 +++++++++++++++
src/static/js/jquery-3.3.1.min.js | 2 +
src/static/js/jquery-3.6.0.min.js | 2 -
src/static/js/popper.min.js | 5 +++
9 files changed, 64 insertions(+), 45 deletions(-)
rename src/static/css/{bootstrap.css => bootstrap.min.css} (100%)
create mode 100644 src/static/js/bootstrap.min.js
create mode 100644 src/static/js/cuirass.js
create mode 100644 src/static/js/jquery-3.3.1.min.js
delete mode 100644 src/static/js/jquery-3.6.0.min.js
create mode 100644 src/static/js/popper.min.js
- master updated (6665253 -> 961a655),
Mathieu Othacehe <=