Skip to content
This repository has been archived by the owner on Jul 2, 2022. It is now read-only.

Commit

Permalink
Merge pull request #57 from zakak/cljx
Browse files Browse the repository at this point in the history
Fix --cljx, remove {{sanitize}} in path
  • Loading branch information
plexus committed Dec 8, 2014
2 parents 126eead + d9f93f2 commit a32ef6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/new/chestnut.clj
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
(less? opts) (conj "src/less/style.less")
(sass? opts) (conj "src/scss/style.scss")
(not (or (less? opts) (sass? opts))) (conj "resources/public/css/style.css")
(cljx? opts) (conj "src/cljx/{{sanitized}}/core.cljx")
(cljx? opts) (conj "src/cljx/chestnut/core.cljx")
(speclj? opts) (conj "bin/speclj"
"spec/clj/chestnut/server_spec.clj"
"spec/cljs/chestnut/core_spec.cljs"
Expand Down

0 comments on commit a32ef6f

Please sign in to comment.