Skip to content

Instantly share code, notes, and snippets.

@jaycfields
Created February 22, 2014 18:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaycfields/9159586 to your computer and use it in GitHub Desktop.
Save jaycfields/9159586 to your computer and use it in GitHub Desktop.
(ns leiningen.hooks.expand-resource-paths
(:use [clojure.java.io :only [as-file]])
(:import [java.io File])
(:require [robert.hooke]
[leiningen.javac]
[org.satta.glob :as glob]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment