diff options
| author | David Cramer | 2013-02-20 13:48:05 -0800 |
|---|---|---|
| committer | David Cramer | 2013-02-20 13:48:05 -0800 |
| commit | 47b95b4dba3c91b6f1020ae70d973786a0d395a9 (patch) | |
| tree | 753235d78646838754b5ede094378a9c859a4795 /Makefile | |
| parent | 8d0245d51bf3dda12a89dd1b5b5e5bad69959519 (diff) | |
| download | django-debug-toolbar-47b95b4dba3c91b6f1020ae70d973786a0d395a9.tar.bz2 | |
Basic make test command
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ # Make file to compress and join all JS files all: compress_js compress_css +test: + pip install Django + python runtests.py + compress_js: java -jar ~/bin/yuicompressor.jar debug_toolbar/static/debug_toolbar/js/jquery.js > debug_toolbar/static/debug_toolbar/js/toolbar.min.js java -jar ~/bin/yuicompressor.jar debug_toolbar/static/debug_toolbar/js/toolbar.js >> debug_toolbar/static/debug_toolbar/js/toolbar.min.js |
