melizeche / ayudapy

Humanitarian platform to help people help people
https://ayudapy.org
GNU Affero General Public License v3.0
111 stars 60 forks source link

We add django-pipeline to manage static assets #234

Closed jorgeramirez closed 4 years ago

jorgeramirez commented 4 years ago

We now are able to minify and version static files using django-pipeline (when DEBUG=False).

In the production and development servers we need to install yuglify as indicated in the README file.

refs #230

Signed-off-by: Jorge Ramírez jorgeramirez1990@gmail.com