Skip to content

Instantly share code, notes, and snippets.

@ddellacosta
Created September 15, 2012 11:05
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 ddellacosta/3727361 to your computer and use it in GitHub Desktop.
Save ddellacosta/3727361 to your computer and use it in GitHub Desktop.
not really feeling like idiomatic Clojure code here
(map
#(clojure.string/replace (clojure.string/replace (.getPath %1) #"resources/assets/" "") #"/./" "/")
files))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment