librelist archives

« back to archive

Flask-Assets

Flask-Assets

From:
Michael Elsdörfer
Date:
2010-08-21 @ 15:51
I'd like to make you aware of Flask-Assets, an extension to help merge
and compress CSS and Javascript files of a site. It's also useful when
working with various CSS compilers.

http://github.com/miracle2k/flask-assets
http://elsdoerfer.name/docs/flask-assets/

As far as extensions go, it doesn't really do much of it's own. Instead,
it's a rather thin wrapper around the framework-agnostic webassets
package (http://github.com/miracle2k/webassets).

There's some work that should probably be done, like Flask-Script
integration, or better support for Flask modules.

I welcome any thoughts of course.

Michael

Re: [flask] Flask-Assets

From:
Alex
Date:
2010-08-22 @ 14:54
I didn't know webassets but this could be really useful.
Thanks a lot.

Alex

On Sat, Aug 21, 2010 at 5:51 PM, Michael Elsdörfer
<michael@elsdoerfer.com> wrote:
> I'd like to make you aware of Flask-Assets, an extension to help merge
> and compress CSS and Javascript files of a site. It's also useful when
> working with various CSS compilers.
>
> http://github.com/miracle2k/flask-assets
> http://elsdoerfer.name/docs/flask-assets/
>
> As far as extensions go, it doesn't really do much of it's own. Instead,
> it's a rather thin wrapper around the framework-agnostic webassets
> package (http://github.com/miracle2k/webassets).
>
> There's some work that should probably be done, like Flask-Script
> integration, or better support for Flask modules.
>
> I welcome any thoughts of course.
>
> Michael
>