Metadata-Version: 1.1
Name: django-staticassets
Version: 0.1.5
Summary: Compiles and bundles static assets. Uses a directive processor similiar to Ruby's Sprockets
Home-page: https://github.com/davidelias/django-staticassets
Author: David Elias
Author-email: david@david-elias.net
License: MIT License
Description: Django Static Assets
        =====================
        
        .. image:: https://secure.travis-ci.org/davidelias/django-staticassets.png
            :target: https://travis-ci.org/davidelias/django-staticassets/
        
        
        :Authors:
           David Elias <stout.elias@gmail.com> and Joao Oliveira <joaoxsouls@gmail.com>
        :Version: 0.1.2
        
        django-staticassets is a django app to compile and bundle static assets.
        It works together with django's contrib staticfiles app. Heavly inspired by ruby's
        `Sprockets <https://github.com/sstephenson/sprockets>`_.
        It has the same directive processor to declare dependencies directly in asset source files.
        
        
        Documentation
        =============
        
        Documentation is on the excellent `readthedocs.org <https://django-staticassets.readthedocs.org/>`_
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
