magnars / optimus

A Ring middleware for frontend performance optimization.
364 stars 23 forks source link

Attempt to fix autorefresh strategy #42 #44

Closed antonyshchenko closed 9 years ago

antonyshchenko commented 9 years ago

Not sure if it will work on JDK 1.6. Let's see what Travis will say.

antonyshchenko commented 9 years ago

Ok, Travis says that everything is fine.

I would also like to test it locally with may app, but I don't know how to install the library to the local Maven repository and then use it in a project. @magnars, how do you do it?

magnars commented 9 years ago

Yeah, the tests are running fine - but remember that we couldn't get the actual integration test to work? So it's just a mock.

To install it to your .m2, run

lein install

on the command line. I usually change the version in project.clj to something else first, to avoid it overwriting an official version. søn. 16. aug. 2015 kl. 23.56 skrev Anton Onyshchenko < notifications@github.com>:

Ok, Travis says that everything is fine.

I would also like to test it locally with may app, but I don't know how to install the library to the local Maven repository and then use it in a project. @magnars https://github.com/magnars, how do you do it?

— Reply to this email directly or view it on GitHub https://github.com/magnars/optimus/pull/44#issuecomment-131630807.

magnars commented 9 years ago

This looks like just a revert of my refactoring, right? That does not work - I tried it already.

antonyshchenko commented 9 years ago

Ah, I did not realise that, sorry. I will try again in the evening today. lein install for some reason did not work on my system - the new lib version was not found by my app.