summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorache <ache@ache.one>2023-08-11 12:20:59 +0200
committerache <ache@ache.one>2023-08-11 12:43:26 +0200
commit9fdde3e706ac9d3e891205fd52ebc43f12ca2637 (patch)
treea493420365eec60f2293d3739497297640946a74 /Makefile
parentPubish image format study (diff)
Automation import external files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d93eac4..b468c82 100644
--- a/Makefile
+++ b/Makefile
@@ -11,9 +11,12 @@ svg:
css:
npm run build-css
+ cp ./node_modules/katex/dist/katex.css s/css/
+ cp -r ./node_modules/katex/dist/fonts s/css/
js:
npm run build-js
+ wget "https://cdn.plot.ly/plotly-2.24.3.min.js" -O s/js/plotly.min.js
static:
npm run build-static