We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d334d70 commit c86a86aCopy full SHA for c86a86a
CONTRIBUTING.rst
@@ -57,7 +57,6 @@ A Makefile is provided to simplify the common tasks:
57
make doc Generate the documentation
58
make minify Minify all JS files with yuglify
59
make dist Generate a distributable package
60
- make minify Minify Django.js with yuglify
61
make clean Remove all temporary and generated artifacts
62
63
Makefile
@@ -16,7 +16,6 @@ help:
16
@echo ' make doc Generate the documentation '
17
@echo ' make minify Minify all JS files with yuglify '
18
@echo ' make dist Generate a distributable package '
19
- @echo ' make minify Minify Django.js with yuglify '
20
@echo ' make clean Remove all temporary and generated artifacts'
21
@echo ' '
22
0 commit comments