I believe pyramid_webassets + webassets already handles compiling sources for you based on the filters you define within each bundle.
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.
