Metadata-Version: 1.1
Name: django-fontforge-watcher
Version: 1.0.3
Summary: Django fontforge watchers and auto compilers
Home-page: http://github.com/dalou/django-fontforge-watcher
Author: Autrusseau Damien
Author-email: autrusseau.damien@gmail.com
License: MIT
Description: django-stylus-watcher
        ======================
        
        This add a command .
        
        Usage
        =====
        
        Put ``'stylus_watcher'`` into ``INSTALLED_APPS``.
        
        Set settings ``STYLUS_WATCHER = [
            ('relative/path/to/main/stylus/file.styl', 'relative/path/to/compiled/file.css'), # A compilation rules
            ('relative/path/to/main/stylus/file.styl', 'relative/path/to/compiled/file.css'), # Antoher compilation rules
            ...etc
        ]
        
        The watcher listen changes in every installed apps ``styl`` folder
        
        Then run ``python manage.py stylus_watcher``
        
        
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
