I'm going to take a wild guess and say: missing wrap-content-type middleware
perhaps?
On Mon, 4 May 2015 at 20:37 Fluid Dynamics wrote:
> On Monday, May 4, 2015 at 3:21:19 PM UTC-4, clifford wrote:
>>
>> Thanks @fluiddynamics your right on the money.
>>
>> On Monday, 4 May 2015 17:34:26 UTC+2, c
On Monday, May 4, 2015 at 3:21:19 PM UTC-4, clifford wrote:
>
> Thanks @fluiddynamics your right on the money.
>
> On Monday, 4 May 2015 17:34:26 UTC+2, clifford wrote:
>>
>> Hi
>>
>> I am using juxt/bidi for route matching.
>>
>> with the following routes:
>>
>>> (def routes ["/" {"index.html"
Thanks @fluiddynamics your right on the money.
On Monday, 4 May 2015 17:34:26 UTC+2, clifford wrote:
>
> Hi
>
> I am using juxt/bidi for route matching.
>
> with the following routes:
>
>> (def routes ["/" {"index.html" :index
>> "articles/" {"index.html" :article-index
On Monday, May 4, 2015 at 11:50:27 AM UTC-4, Fluid Dynamics wrote:
>
> On Monday, May 4, 2015 at 11:34:26 AM UTC-4, clifford wrote:
>>
>> Hi
>>
>> I am using juxt/bidi for route matching.
>>
>> with the following routes:
>>
>>> (def routes ["/" {"index.html" :index
>>> "a
On Monday, May 4, 2015 at 11:34:26 AM UTC-4, clifford wrote:
>
> Hi
>
> I am using juxt/bidi for route matching.
>
> with the following routes:
>
>> (def routes ["/" {"index.html" :index
>> "articles/" {"index.html" :article-index
>> [