Skip to content

Instantly share code, notes, and snippets.

@mullr
Created July 3, 2012 19:53
Show Gist options
  • Save mullr/3042515 to your computer and use it in GitHub Desktop.
Save mullr/3042515 to your computer and use it in GitHub Desktop.
Add a pre-compile step in leiningen
(use 'robert.hooke)
(use ['leiningen.compile :rename {'compile 'compile-task}])
(prepend compile-task
(prn "hello"))
(defproject ...)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment