aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAymeric Augustin2014-04-25 21:52:10 +0200
committerAymeric Augustin2014-04-25 21:52:10 +0200
commitc0695e8344f3bc577b230e19e6778cbd5c9921d5 (patch)
tree600f8bc2b36709153fc60fe66148dd13f4e10925
parentf9bb7acf176dac4949d1d26c2c14072f89ea32d0 (diff)
downloaddjango-debug-toolbar-c0695e8344f3bc577b230e19e6778cbd5c9921d5.tar.bz2
We don't minify CSS and JS any more.
-rw-r--r--docs/contributing.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 0754010..79c3d70 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -86,10 +86,6 @@ The Debug Toolbar includes a limited but growing test suite. If you fix a bug
or add a feature code, please consider adding proper coverage in the test
suite, especially if it has a chance for a regression.
-If you change a CSS or a JavaScript file, you should update both the original
-file and the minified version in the same commit. Use ``make compress_css``
-and ``make compress_js`` to minify files.
-
Translations
------------