aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2013-12-21Change the update_translations command to include new languages.Aymeric Augustin
2013-12-08The .po files are now wrapped.Aymeric Augustin
2013-11-17pip install -e . avoids having to set PYTHONPATH.Aymeric Augustin
2013-11-16Add Selenim test.Aymeric Augustin
2013-11-16Stop bothering with CSS compression.Aymeric Augustin
For the same reasons we stopped compressing JS.
2013-11-05Change how JS libs are loadedDavid Baumgold
This change makes Django-Debug-Toolbar use the existing version of jQuery on the page if one exists, and only loads jQuery if it isn't already loaded. It also explicitly loads the jQuery cookie plugin and the toolbar script as separate files. Finally, we are no longer compressing/minimizing scripts; this is for debug purposes, and presumably will not be served in production.
2013-11-01Add command to measure test coverage.Aymeric Augustin
2013-11-01Get rid of custom test runner.Aymeric Augustin
Refs #426.
2013-10-28Extend the contribution docs.Aymeric Augustin
This is what I've understood from the projet over the last weeks. Fix #427.
2013-10-27Add a task to update translations.Aymeric Augustin
2013-10-26Add info about pushing translations to Transifex.Aymeric Augustin
2013-10-26Update English PO file.Aymeric Augustin
2013-10-26Eliminate almost all flake8 messages.Aymeric Augustin
2013-04-29Use globally installed yuicompressor binary instead of arbitrary pathDavid Cramer
2013-02-20Basic make test commandDavid Cramer
2012-08-27Fixed paths in Makefile.Jannis Leidel
2011-07-12Move makefile to project rootDavid Cramer