On Mon, Nov 5, 2012 at 11:17 AM, Michael Merickel <[email protected]>wrote:

> I believe pyramid_webassets + webassets already handles compiling sources
> for you based on the filters you define within each bundle.


It's true. I'm using webassets today in this way. When configured in debug
mode, it should compile assets as needed, when sources change, on every
page load. Combined with `pserve --reload`, to restart the paste server
when python files change, it makes for a very low-friction development
workflow.


>
>
> On Mon, Nov 5, 2012 at 1:08 PM, Petr Blahos <[email protected]> wrote:
>
>>
>> You could have a look at miracle2k/webassets or tav/assetgen.
>>> Both have pyramid integration projects and both handle
>>> content-hash-based automatic recompilation.
>>
>>
>> webassets look good. Somehow it feels better than fanstatic. Now I am
>> starting to
>> thing in a different direction, which is: If I am in a debug mode, I will
>> start a thread
>> directly in my pyramid app (probably in a modified pyramid_webassets),
>> which will
>> take care of the periodic compilation of the resources. Meaning, not when
>> they are
>> required, but when sources change (based on a set of bundles defined in
>> webassets).
>>
>> Thanks for your pointers.
>> --
>> Petr
>>
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "pylons-discuss" group.
>> To post to this group, send email to [email protected].
>> To unsubscribe from this group, send email to
>> [email protected].
>> For more options, visit this group at
>> http://groups.google.com/group/pylons-discuss?hl=en.
>>
>
>  --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected].
> For more options, visit this group at
> http://groups.google.com/group/pylons-discuss?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to