Skip to content

Commit

Permalink
docs: update to clojars release
Browse files Browse the repository at this point in the history
Use the new clojars release as the preferred install target.
  • Loading branch information
rschmukler committed May 7, 2021
1 parent 5577bb6 commit 12f749f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.cpcache
/pom.xml
/target/
6 changes: 3 additions & 3 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Shadow-Cljs Tailwind JIT
[![Clojars Project](https://img.shields.io/clojars/v/com.teknql/shadow-cljs-tailwind-jit.svg)](https://clojars.org/com.teknql/shadow-cljs-tailwind-jit)

Build hooks for enabling [Tailwind
JIT](https://tailwindcss.com/docs/just-in-time-mode) within Shadow Projects.
Expand All @@ -15,9 +16,8 @@ Add the clojure library to your project via your preferred method (either
shadow's own `deps` or in your `deps.edn` file).

```clj
{teknql/shadow-cljs-tailwind-jit
{:git/url "https://github.com/teknql/shadow-cljs-tailwind-jit.git"
:sha "01ba6566eb76b58b2caf47ef0ce683974f0dc942"}}
{com.teknql/shadow-cljs-tailwind-jit
{:mvn/version "0.1.0-SNAPSHOT"}}
```

Next, add the required build hooks to your `shadow-cljs.edn` build configuration:
Expand Down
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{:github "teknql/shadow-cljs-tailwind-jit"
:desc "Tailwind JIT buildhooks for Shadow CLJS"
:target :jar
:group-id teknql
:group-id com.teknql
:artifact-id shadow-cljs-tailwind-jit}
:deps
{metosin/jsonista {:mvn/version "0.3.2"}
Expand Down

0 comments on commit 12f749f

Please sign in to comment.