From 5fa832ecdb3064999ec927760a3e4e9494185f73 Mon Sep 17 00:00:00 2001 From: jem Date: Fri, 24 Apr 2020 15:27:41 +0200 Subject: [PATCH] add missing source map ... --- README.md | 2 +- src/main/dda/masto_embed/app.cljs | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3ec585f..efc3c63 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Embeds mastodon timline into a html page. Uses JS, no intermediate server requir sudo npm install -g npx sudo npm install -g shadow-cljs -npm install source-map-support +npm install source-map-support --save-dev npm install mastodon-api # Development diff --git a/src/main/dda/masto_embed/app.cljs b/src/main/dda/masto_embed/app.cljs index f82b5b0..40953e1 100644 --- a/src/main/dda/masto_embed/app.cljs +++ b/src/main/dda/masto_embed/app.cljs @@ -1,21 +1,21 @@ (ns dda.masto-embed.app - (:require ["mastodon-api" :as Mastodon] - [clojure.pprint :as pprint :refer [pprint]] - [cljs.core.async :refer [go]] - [cljs.core.async.interop :refer-macros [