Created
          March 15, 2012 19:27 
        
      - 
      
- 
        Save ndimiduk/2046276 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Local: (detached) ~/repos/leiningen/ | |
| Head: 5675ec3 Release 1.7.0. | |
| Changes: | |
| Modified src/leiningen/clean.clj | |
| diff --git a/src/leiningen/clean.clj b/src/leiningen/clean.clj | |
| index 73a86f6..85bffcc 100644 | |
| --- a/src/leiningen/clean.clj | |
| +++ b/src/leiningen/clean.clj | |
| @@ -20,5 +20,6 @@ | |
| Set :extra-files-to-clean in project.clj to delete other files. Dependency | |
| jars are not deleted; run deps task to delete all jars and get fresh ones." | |
| [project] | |
| + (println "Cleaning up.") | |
| (doseq [f (files-to-clean project)] | |
| (delete-file-recursively f :silently))) | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment