On Thursday, April 9, 2015 at 8:10:05 PM UTC+2, marc fawzi wrote: > had to change the version number after all (need to automate sync'ing of > version numbers across assets so that's why I was reluctant to change it) but > I'm still trying to figure out where leinnigen or the cljsbuild plugin, > whichever is responsible for caching dependencies, is storing the cached > versions... It's certainly not just in the generated dev folder since I had > deleted that... any idea? thx > > > On Thu, Apr 9, 2015 at 10:54 AM, Marc Fawzi <[email protected]> wrote: > > Hi, probably David, > > > I just deleted the public/dev folder in one of my projects where the > dependencies are stored and I changed the code in one dependency and > redeployed to the internal maven repo manager without changing its version > (long story, mostly irrelevant) and to my surprise the dev folder is getting > regenerated by lein cljsbuild with the old version of that dependency. I > don't think that we have an internal network cache. > > > Where does leinnigen cache dependencies? I ran 'lein clean" but that hasn't > helped. > > > thanks
AFAIK the deps are downloaded to your leiningen folder and only redownloaded if they are SNAPSHOT versions. The leiningen folder is usually .lein in the home directory. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
