django1/docs/internals/contributing
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
..
writing-code Made compress.py script use the official google-closure-compiler release. 2020-04-22 16:19:27 +02:00
bugs-and-features.txt Fixed #31222 -- Fixed typo in docs/internals/contributing/bugs-and-features.txt. 2020-02-03 11:02:58 +01:00
committing-code.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
index.txt Fixed #30808 -- Added the Django Forum to contributing index. 2019-10-15 08:32:37 +02:00
localizing.txt Fixed term warning on Sphinx 3.0.1+. 2020-04-14 09:32:09 +02:00
new-contributors.txt Prevented (and corrected) single backtick usage in docs. 2020-04-01 14:55:11 +02:00
triaging-tickets.txt Fixed #30573 -- Rephrased documentation to avoid words that minimise the involved difficulty. 2019-09-06 13:27:46 +02:00
writing-documentation.txt Refs #25778 -- Updated some links to HTTPS and new locations. 2020-01-29 09:34:37 +01:00