diff options
| author | Rob Hudson | 2013-11-08 07:55:53 -0800 |
|---|---|---|
| committer | Rob Hudson | 2013-11-08 07:55:53 -0800 |
| commit | 363c4a8d2e5c30bae3daf4e5c4b6691a9fa5c79b (patch) | |
| tree | ba8970a27569e3dd14e80a7f4ab7dcb4de467967 /Makefile | |
| parent | ead875222b516fae88cd11d9cdec1f228736d665 (diff) | |
| parent | 62b2e37ea7e9426d75c568fd857ed70149ecfa66 (diff) | |
| download | django-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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
