Skip to content
Snippets Groups Projects
  1. Sep 11, 2018
  2. Aug 25, 2015
  3. Aug 21, 2015
  4. Aug 20, 2015
  5. Aug 13, 2015
  6. Aug 12, 2015
  7. Aug 04, 2015
  8. Jul 29, 2015
  9. Jul 24, 2015
  10. Jul 23, 2015
  11. Jul 15, 2015
    • Alice Heaton's avatar
      Use django_assets to manage our assets and ensure we can minify js/css,... · 9460c268
      Alice Heaton authored
      Use django_assets to manage our assets and ensure we can minify js/css, compile less files, and merge all js/css into a single file. For this to work in production, all assets must be statically defined in his/assets.py. To ensure the correct js/css is included, views can invoke hid.assets.require_assets which will raise an exception if the asset is missing. This also has the advantage of making clear which part of the code depends on a given asset. The admin command in django_asset library's latest release does not work with the latest Django - so we use a version pulled from git. See https://github.com/miracle2k/django-assets/issues/52
      9460c268
  12. Jul 13, 2015
  13. Jul 10, 2015
  14. Jul 08, 2015
  15. Jul 01, 2015
  16. Jun 29, 2015
  17. Jun 26, 2015
  18. Jun 22, 2015
  19. Jun 19, 2015
  20. Jun 18, 2015
  21. Jun 11, 2015
  22. Jun 08, 2015
Loading