Metadata-Version: 1.1
Name: Flask-MakeStatic
Version: 0.1.0
Summary: Make for your flask app assets
Home-page: https://github.com/DasIch/Flask-MakeStatic
Author: Daniel Neuhäuser
Author-email: ich@danielneuhaeuser.de
License: BSD
Description: Flask-MakeStatic
        ================
        
        .. image:: https://travis-ci.org/DasIch/Flask-MakeStatic.png?branch=master
           :target: https://travis-ci.org/DasIch/Flask-MakeStatic
        
        Flask-MakeStatic is a simple BSD licensed Flask_ extension that makes it easy
        to compile assets such as sass_ or coffeescript_ files to static files such as
        css or javascript files.
        
        Take a look at the documentation_ for more information.
        
        
        .. _Flask: http://flask.pocoo.org/
        .. _sass: http://sass-lang.org/
        .. _coffeescript: http://coffeescript.org/
        .. _documentation: https://flask-makestatic.readthedocs.org/
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
