SciPost Code Repository

Skip to content
Snippets Groups Projects
  1. Aug 31, 2017
  2. Aug 29, 2017
  3. Aug 28, 2017
  4. Aug 15, 2017
  5. Aug 14, 2017
  6. Aug 11, 2017
  7. May 25, 2017
  8. May 08, 2017
  9. Apr 23, 2017
  10. Apr 16, 2017
  11. Mar 10, 2017
  12. Feb 27, 2017
  13. Feb 14, 2017
  14. 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
  15. Dec 18, 2016
  16. 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
  17. Nov 26, 2016
Loading