Move static media to static/ and start compiling it.
Review Request #4654 — Created Sept. 27, 2013 and submitted — Latest diff uploaded
Move static media to static/ and start compiling it.
Until now, static media has lived in djblets/media, which didn't match all of
our other codebases. I've moved all the files to djblets/static and set things
up to compile together our various javascript and CSS files.
- Ran build-media.py and verified that everything got compiled correctly.
- Used this from Review Board and tested that the dashboard and extensions
pages still worked and looked correct.
Diff Revision 3
This is not the most recent revision of the diff. The latest diff is revision 4. See what's changed.
orig
1
2
3
4
djblets/settings.py |
---|
djblets/extensions/templates/extensions/extension_list.html |
---|
djblets/siteconfig/templates/siteconfig/settings.html |
---|
djblets/util/templates/js/jquery.html |
---|
djblets/util/templates/js/jquery-ui.html |
---|