Websites/Mozilla.org/Static-Media-Improvements: Difference between revisions
< Websites | Mozilla.org
Jump to navigation
Jump to search
Pmclanahan (talk | contribs) (Rearranging tasks.) |
Pmclanahan (talk | contribs) mNo edit summary |
||
| Line 15: | Line 15: | ||
# <strike>Move from Apache to [http://whitenoise.evans.io/ Whitenoise] for serving static media</strike> | # <strike>Move from Apache to [http://whitenoise.evans.io/ Whitenoise] for serving static media</strike> | ||
## <strike>Move non-template files served at site root (humans.txt, contribute.json, etc.) to a directory and have whitenoise serve it at the root of the site (via [http://whitenoise.evans.io/en/latest/django.html#WHITENOISE_ROOT WHITENOISE_ROOT setting]).</strike> | ## <strike>Move non-template files served at site root (humans.txt, contribute.json, etc.) to a directory and have whitenoise serve it at the root of the site (via [http://whitenoise.evans.io/en/latest/django.html#WHITENOISE_ROOT WHITENOISE_ROOT setting]).</strike> | ||
# Move deployment fully to peep and remove vendor submodules | # Move deployment fully to peep and remove vendor submodules | ||
## install [https://github.com/erikrose/peep peep] | ## install [https://github.com/erikrose/peep peep] | ||
| Line 24: | Line 23: | ||
# Move to a hybrid [http://gulpjs.com/ Gulp] + Django media management system (CSS, JS, Images, etc.) | # Move to a hybrid [http://gulpjs.com/ Gulp] + Django media management system (CSS, JS, Images, etc.) | ||
#* see https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/ | #* see https://lincolnloop.com/blog/integrating-front-end-tools-your-django-project/ | ||
# Add JS tests to CI | |||
Revision as of 14:37, 18 March 2015
Bedrock Static Media Improvements
Move to Django 1.6Move media to use staticfiles (PR #2672)move from jingo-minify to django-pipeline
Clean up deploymentMove to Python 2.7 (Bug 1118786) (Full process from IT etherpad)alter code to use proper python (Bug 1118786, PR #2629)Adjust https://github.com/mozilla/bedrock/tree/master/bin/update scripts to call proper pythonAdjust https://github.com/mozilla/bedrock/tree/master/etc/cron.d to call proper pythonIdeally via PYTHON_PATH provided by Chief... would require this to be some form of template.Alternatively, a simple duplicate hard-coding of what's in commander_settings.py
update Travis CI to test against 2.7
Move from Apache to Whitenoise for serving static mediaMove non-template files served at site root (humans.txt, contribute.json, etc.) to a directory and have whitenoise serve it at the root of the site (via WHITENOISE_ROOT setting).
- Move deployment fully to peep and remove vendor submodules
- Upgrade Django to latest (1.7 at present)
- Move to a hybrid Gulp + Django media management system (CSS, JS, Images, etc.)
- Add JS tests to CI