How to serve static assets (packaged by lein ring uberjar) with Nginx

2014-06-24 Thread Limbo Peng
Hi all, If I got it right, static assets (i.e.: CSS / js / images) are supposed to be at the resources/ directory, which will be packaged inside a jar together with application code during lein ring uberjar. And if I got it right again, I need only upload this single jar to my server - where I

Re: ClojureCLR 1.5.0 RC 1

2013-01-01 Thread Limbo Peng
On 01/01, dmiller wrote: > Building from souce on *nix/Mono can be done with nuget. It's of pain > approximately equal to what Robert wrote. > I just tried the following Looks great! At least it can be compiled successfully somehow :) And maybe this can be done automatically (with some help