Skip to content

Commit c86a86a

Browse files
committed
Removed double make minify (fix #29)
1 parent d334d70 commit c86a86a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

CONTRIBUTING.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ A Makefile is provided to simplify the common tasks:
5757
make doc Generate the documentation
5858
make minify Minify all JS files with yuglify
5959
make dist Generate a distributable package
60-
make minify Minify Django.js with yuglify
6160
make clean Remove all temporary and generated artifacts
6261
6362

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ help:
1616
@echo ' make doc Generate the documentation '
1717
@echo ' make minify Minify all JS files with yuglify '
1818
@echo ' make dist Generate a distributable package '
19-
@echo ' make minify Minify Django.js with yuglify '
2019
@echo ' make clean Remove all temporary and generated artifacts'
2120
@echo ' '
2221

0 commit comments

Comments
 (0)