Skip to content
Snippets Groups Projects
  1. Jul 29, 2016
  2. Jul 26, 2016
  3. Jul 22, 2016
  4. Jun 29, 2016
  5. Jun 28, 2016
  6. Jun 27, 2016
  7. Jun 20, 2016
  8. Mar 25, 2016
    • Andy Armstrong's avatar
      Fix issues with Underscore in the asset pipeline · 6dd09a89
      Andy Armstrong authored
      FEDX-121
      
      The previous approach for handling NPM assets was
      to symlink them into the static directory. This appeared
      to cause trouble with the asset pipeline where the files
      in question were not installed and then old versions were
      picked up instead.
      
      This change instead copies NPM libraries to a new
      static directory so that the pipeline can consume them
      as with any other file. This new directory is added to
      .gitignore so that the files don't get accidentally
      checked in.
      6dd09a89
  9. Nov 22, 2015
  10. Oct 19, 2015
  11. Jul 13, 2015
  12. Jun 25, 2015
  13. Apr 16, 2015
    • David Baumgold's avatar
      Enable --pdb debugging · 6af95ae8
      David Baumgold authored
      This allows developers to pass the `--pdb` flag to paver test commands,
      and that flag will be proxied to the `nosetests` command. It's useful
      for debugging purposes.
      6af95ae8
  14. Feb 06, 2015
  15. Jun 06, 2014