Fork me on GitHub
#cursive
<
2017-04-14
>
lsenta07:04:46

@cfleming I'm back with another parinwtfer instance, in a project.clj:

:hooks [;leiningen.cljsbuild ; removed cljs so that sass doesnt run it
          leiningen.resource]

  :clean-targets ^{:protect false}
 [:target-path :compile-path :resource-paths
  [:resource :target-path] [:sass :target-path]]
I comment and move the hook
:hooks []
  ;leiningen.cljsbuild ; removed so that sass doesnt run it
  ;leiningen.resource ; remove so that test-refresh doesnt run it

  :clean-targets ^{:protect false}
 [:target-path :compile-path :resource-paths
  [:resource :target-path] [:sass :target-path]]
reformat, cursive/parinfer closes the defproject after the meta:
:hooks []
  ;leiningen.cljsbuild ; removed so that sass doesnt run it
  ;leiningen.resource ; remove so that test-refresh doesnt run it

  :clean-targets ^{:protect false}) ;; <<< CLOSE the defproject
VV now wraps the rest of the defproject. 
[:target-path :compile-path :resource-paths
 [:resource :target-path] [:sass :target-path]