SaturDJang / warp

Warp is a web based markdown presentation service
MIT License
13 stars 6 forks source link

Add foundation framework #9

Closed kyunooh closed 8 years ago

kyunooh commented 8 years ago

Add foundation framework static files

8

mingrammer commented 8 years ago

I think that we need only *.min.* files. foundation.js and foundation.css are required for us?

kyunooh commented 8 years ago

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

getogrand commented 8 years ago

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.