django/docs/internals/contributing/writing-code
Jon Dufresne f48a1990fb
Made compress.py script use the official google-closure-compiler release.
The script previously used the PyPI package closure, which is slightly
out of date and not maintained by Google.

The JavaScript contribution docs and the compress.py script now runs the
google-closure-compiler package in the recommended way. Google's
documentation on usage and installation can be found at:

https://github.com/google/closure-compiler-npm/tree/master/packages/google-closure-compiler#usage

This also makes the usage simpler as the package now runs through npm's
npx utility, which will automatically install google-closure-compiler to
a per-user cache.
2020-04-22 16:19:27 +02:00
..
coding-style.txt Added guidelines for assertIs() usage. 2019-12-30 11:25:18 +01:00
index.txt Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig and ESLint) 2015-06-27 16:36:26 -04:00
javascript.txt Made compress.py script use the official google-closure-compiler release. 2020-04-22 16:19:27 +02:00
submitting-patches.txt Fixed term warning on Sphinx 3.0.1+. 2020-04-14 09:32:09 +02:00
unit-tests.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
working-with-git.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00