|
|
|
|
|
by unbound
4789 days ago
|
|
You are right. For now it runs the minified js in both envs. Yes, it is possible to fix it. There is a local_settings.py which can be customised for each environment separately. If you set the DEBUG variable to TRUE, you can include appropriate assets by checking debug variable in django template. I will add this functionality asap. |
|