Metadata-Version: 1.1
Name: djangomix
Version: 0.1.2
Summary: Django integration for Laravel Mix
Home-page: https://github.com/m-a-k-o/django-mix
Author: Marek Racik
Author-email: marek@racik.info
License: UNKNOWN
Description: # Django Mix
        
        Laravel Mix helper in python representation to easy usage with laravel-mix npm package in Django projects.
        
        ## Usage
        
         ```
        <script src="{% mix 'app.js' 'polls/static' %}"></script>
         ```
        
         The paths are related to webpack.mix.js configuration.
        
Keywords: Django Mix
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
