Skip to content

Commit

Permalink
Consider all clojure files in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zampino committed Oct 18, 2023
1 parent 4902c35 commit 9bdb4a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tw_extractor/nbb.edn

This file was deleted.

2 changes: 1 addition & 1 deletion tw_extractor/tailwind_extractor.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
(when (fs/existsSync dest-file)
(await (fsp/rm dest-file)))
(tokenize {:dest-file dest-file
:files (glob/sync "src/**/**.{clj,cljs,cljc}")})))
:files (glob/sync "**/**.{clj,cljs,cljc}")})))

0 comments on commit 9bdb4a3

Please sign in to comment.