aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRob Hudson2013-11-08 07:55:53 -0800
committerRob Hudson2013-11-08 07:55:53 -0800
commit363c4a8d2e5c30bae3daf4e5c4b6691a9fa5c79b (patch)
treeba8970a27569e3dd14e80a7f4ab7dcb4de467967 /Makefile
parentead875222b516fae88cd11d9cdec1f228736d665 (diff)
parent62b2e37ea7e9426d75c568fd857ed70149ecfa66 (diff)
downloaddjango-debug-toolbar-363c4a8d2e5c30bae3daf4e5c4b6691a9fa5c79b.tar.bz2
Merge pull request #440 from singingwolfboy/amd-js
Restructure JS to be AMD-compatible
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fb87b2f..b9f3bb3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,6 @@ coverage:
coverage run --branch --source=debug_toolbar `which django-admin.py` test tests
coverage html
-compress_js:
- yuicompressor debug_toolbar/static/debug_toolbar/js/jquery.js > debug_toolbar/static/debug_toolbar/js/toolbar.min.js
- yuicompressor debug_toolbar/static/debug_toolbar/js/toolbar.js >> debug_toolbar/static/debug_toolbar/js/toolbar.min.js
-
compress_css:
yuicompressor --type css debug_toolbar/static/debug_toolbar/css/toolbar.css > debug_toolbar/static/debug_toolbar/css/toolbar.min.css