Closed kyunooh closed 8 years ago
I think that we need only *.min.*
files. foundation.js
and foundation.css
are required for us?
app.css and app.js is not added by me. they are included in default foundation. That seems be for customizing. and not compressed files are needed too to debug when something is wrong. We will just remove script code on production level :D
We'll use django-compressor which is dependency of cookie-cutter-django. Django-compressor will minifiy the css/js files so that *.min file is not required I think.
Add foundation framework static files
8