actually, even better instead of commenting 92,93,94, change 81 from

TOMORROW = now + datetime.timedelta(days=1)

to

TOMORROW = now - datetime.timedelta(days=1)



On Friday, September 14, 2012 6:11:11 PM UTC+2, Niphlod wrote:
>
> I think you encountered another fine feature of my patches to the 
> production book: cache headers correcly set ... Useful when the book 
> sources rarely change but not so if you're hitting f5 to see the results of 
> your work. Changing that line (95) definitely triggers the output to be 
> re-converted to markmin all the time, but to have your browser refetching 
> the content you may want to ctrl+f5 the page.
>
> Or, comment out lines 92,93,94.
>
>
> On Friday, September 14, 2012 6:02:28 PM UTC+2, Alan Etkin wrote:
>>
>>
>> Thanks niphlod
>>> Changed the line, the same output. I even changed a book/static_chaps 
>>> file with chapter 8 in html with no luck.
>>>  
>>>
>>
>> Nevermind my last message, now refreshed the page and the chages 
>> appeared. Looks like static_chaps is for app auto-generated files cause my 
>> previous changes were overwritten
>>
>>

-- 



Reply via email to