Hi,

Thank you for your speedy response, I was quite shocked!

I read through the documentation.  I am using Mako templates and they don't
seem to have something for that.  Do you have any real examples of it's use
in the templates.  My mind is thinking along the lines of Minimatic's way:

Inside base.mako:
${h.javascript_link('/static/js/base.js', dict(file='/static/js/cache.js',
minify='minify'))}

Regards,
Mark Huang

On Tue, Jun 12, 2012 at 1:34 AM, John Anderson <son...@gmail.com> wrote:

>
>
> On Tue, Jun 12, 2012 at 1:31 AM, Mark Huang <zhengha...@gmail.com> wrote:
>
>> Hi Pyramid experts,
>>
>> I am about to launch a web application soon and I realized I had some
>> problems with js and css assets (minimizing and which one to use for
>> production and development).  I used to use Minimatic when I was developing
>> using Pylons.  I came to learn that Webhelpers is not supported in Pyramid
>> and hence, Minimatic, being an extension of webhelpers, doesn't seem to
>> work on Pyramid.
>>
>> What do you guys use for this sort of job.  The key feature I need is for
>> Pyramid to switch resources when I switch from development to production
>> and vice versa.
>>
>> Regards,
>> Mark Huang
>>
>
> I use http://webassets.readthedocs.org/en/latest/index.html   with
> https://github.com/sontek/pyramid_webassets
>
> --
> You received this message because you are subscribed to the Google Groups
> "pylons-discuss" group.
> To post to this group, send email to pylons-discuss@googlegroups.com.
> To unsubscribe from this group, send email to
> pylons-discuss+unsubscr...@googlegroups.com.
> 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 pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to