aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorDaniel Schadt <kingdread@gmx.de>2024-04-06 01:17:08 +0200
committerDaniel Schadt <kingdread@gmx.de>2024-04-06 01:17:08 +0200
commit8bb2d8c2cb9809b2c347b98c2ac24fa760233383 (patch)
tree22761c5a5ab493124000851f15c6e0d487cb0762 /justfile
parent6e79fc2302660e29b6642a766012f1e0a6549fbb (diff)
downloadfietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.tar.gz
fietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.tar.bz2
fietsboek-8bb2d8c2cb9809b2c347b98c2ac24fa760233383.zip
implement basic version of profile graph
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile
index bca2460..a2ba8c0 100644
--- a/justfile
+++ b/justfile
@@ -70,6 +70,9 @@ copy-npm-assets:
cp node_modules/bootstrap-icons/font/bootstrap-icons.css fietsboek/static/bootstrap-icons.css
cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff fietsboek/static/fonts/bootstrap-icons.woff
cp node_modules/bootstrap-icons/font/fonts/bootstrap-icons.woff2 fietsboek/static/fonts/bootstrap-icons.woff2
+ # Chart.JS
+ cp node_modules/chart.js/dist/chart.umd.js fietsboek/static/chart.umd.js
+ cp node_modules/chart.js/dist/chart.umd.js.map fietsboek/static/chart.umd.js.map
# Compile the sass assets
compile-sass: