I started with fanstatic and switched to webassets. I found that the js namespace python packages were not useful. They are often out of date, as you noticed, and to repackage everything you need as python is not sustainable to me.
I'm sure you can use fanstatic without that, though. I liked webassets for other reasons I can't remember. I found the developer to be very responsive. Also, sontek, who maintains pyramid_webassets, is also very responsive and visible in the community. I've landed PRs there and have more to come. I think the easiest way to manage assets for a pyramid application is to check them into your repo. Lately I have been curious about nodeenv[1], though. With so many client-side js package repositories there might be a solution where you just use node to manage those dependencies, calling bower or npm from python, and then using webassets (or fanstatic) to include the downloaded assets. To me, this is a problem that doesn't have a consensus solution in the community yet. It's ripe for blog posts from any who have a clear vision. [1] https://pypi.python.org/pypi/nodeenv On Tue, Mar 11, 2014 at 10:39 AM, Sascha Gottfried < [email protected]> wrote: > Hi All, > for an existing medium-sized pyramid application I now want to switch to > static resource publishing / asset management. > Current JS dependencies are widely used stuff like jQuery, jQuery UI, > jQuery DataTables, Highcharts/Highstocks but not more than 10 different > libraries. > I have fanstatic or webassets as possible candidates. Both provide pyramid > integration. I found fanstatic earlier than webassets, that is why I > started examining fanstatic first. > On PyPI I found https://pypi.python.org/pypi/js.jquery/ <http://js.query> but > there are no updates since a year. What does that mean? > I am actually not able to find similar bundles made with webassets. > > I want to go for the solution that is mature, but still under development > and provides a lot of packages in PyPI? > What is your recommendation? > > > > Thanks in advance > Best regards, Sascha > > > > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/pylons-discuss. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pylons-discuss. For more options, visit https://groups.google.com/d/optout.
