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 4 (Latest)
orig
1
2
3
4
.gitignore |
---|
djblets/settings.py |
---|
djblets/extensions/templates/extensions/extension_list.html |
---|
djblets/media/js/jquery-1.8.2.min.js |
---|
djblets/media/js/jquery-ui-1.8.24.custom.min.js |
---|
djblets/siteconfig/templates/siteconfig/settings.html |
---|
djblets/util/templates/js/jquery.html |
---|
djblets/util/templates/js/jquery-ui.html |
---|