We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d0245d commit 47b95b4Copy full SHA for 47b95b4
Makefile
@@ -1,6 +1,10 @@
1
# Make file to compress and join all JS files
2
all: compress_js compress_css
3
4
+test:
5
+ pip install Django
6
+ python runtests.py
7
+
8
compress_js:
9
java -jar ~/bin/yuicompressor.jar debug_toolbar/static/debug_toolbar/js/jquery.js > debug_toolbar/static/debug_toolbar/js/toolbar.min.js
10
java -jar ~/bin/yuicompressor.jar debug_toolbar/static/debug_toolbar/js/toolbar.js >> debug_toolbar/static/debug_toolbar/js/toolbar.min.js
0 commit comments