Skip to content

Commit 47b95b4

Browse files
committed
Basic make test command
1 parent 8d0245d commit 47b95b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Make file to compress and join all JS files
22
all: compress_js compress_css
33

4+
test:
5+
pip install Django
6+
python runtests.py
7+
48
compress_js:
59
java -jar ~/bin/yuicompressor.jar debug_toolbar/static/debug_toolbar/js/jquery.js > debug_toolbar/static/debug_toolbar/js/toolbar.min.js
610
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

Comments
 (0)