SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Sep 26, 2018
  2. Sep 23, 2018
  3. Aug 06, 2018
  4. May 26, 2018
  5. May 03, 2018
  6. Mar 28, 2018
  7. Mar 22, 2018
  8. Mar 14, 2018
  9. Oct 11, 2017
  10. Sep 01, 2017
  11. Aug 31, 2017
  12. Aug 29, 2017
  13. Aug 28, 2017
  14. Aug 15, 2017
  15. Aug 14, 2017
  16. Aug 11, 2017
  17. May 25, 2017
  18. May 08, 2017
  19. Apr 23, 2017
  20. Apr 16, 2017
  21. Mar 10, 2017
  22. Feb 27, 2017
  23. Feb 14, 2017
  24. Jan 20, 2017
    • Jorran de Wit's avatar
      Add Webpack bundler · 4186925d
      Jorran de Wit authored
      Added a NPM packages.json list which manages
       JavaScript packages. Most important packages added
       is the Webpack package which acts as an assets
       bundler.
      It is added in its most basic working form. This
       includes additional settings in `settings.py`
       and the template tags in `base.html`.
      Please read the updated Readme.md to easily get
       started using Webpack for your new assets.
      4186925d
  25. Dec 18, 2016
  26. Dec 14, 2016
    • Geert Kapteijns's avatar
      Define THESIS_TYPES in ThesisLink model itself · 9b7fbbd5
      Geert Kapteijns authored
      This is recommended. Also give names like
      MASTER_THESIS = 'MA' to avoid magic strings and allow for easy
      reference, e.g. thesis.type = ThesisLink.MASTER_THESIS. This sort
      of thing helps in maintainability of the codebase, since if we want
      to change the abbreviation to 'MASTER' for some reason, we have it
      defined in one place, and not in 100 places in the code.
      9b7fbbd5
  27. Nov 26, 2016
Loading