A grunt-django-compressor Django app for testing
This Django application is a simple demo to test the grunt-django-compressor
plugin.
- Clone the repo
- Run
pip install -r requirements.txt
- Install bower components with
bower install
- Install dependencies with
npm install
(grunt and grunt-django-compressor)
Just run grunt django_compressor
in the terminal and see how magic happens, the grunt_dajngo_compressor_versions.json file will be generated and it's excluded in the .gitignore for your testing purposes.
If you want to play with this plugin you can install more bower dependencies like Sugarjs or whatever you like, you can also create your own scripts and import them inside new templates or existent templates.
If you want to report an issue with the grunt-django-compressor plugin you should do it in the right place, click here to go to the right repo