diff options
| author | Aymeric Augustin | 2014-04-25 21:52:10 +0200 |
|---|---|---|
| committer | Aymeric Augustin | 2014-04-25 21:52:10 +0200 |
| commit | c0695e8344f3bc577b230e19e6778cbd5c9921d5 (patch) | |
| tree | 600f8bc2b36709153fc60fe66148dd13f4e10925 | |
| parent | f9bb7acf176dac4949d1d26c2c14072f89ea32d0 (diff) | |
| download | django-debug-toolbar-c0695e8344f3bc577b230e19e6778cbd5c9921d5.tar.bz2 | |
We don't minify CSS and JS any more.
| -rw-r--r-- | docs/contributing.rst | 4 |
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 ------------ |
