Skip to content
  1. Oct 23, 2012
  2. Oct 22, 2012
  3. Oct 19, 2012
  4. Oct 18, 2012
  5. Oct 17, 2012
  6. Oct 16, 2012
  7. Oct 15, 2012
    • Rene Saarsoo's avatar
      Sort mixins/requires/uses/etc in export. · eba81abc
      Rene Saarsoo authored
      This ensures that when running the export repeatedly the order
      of mixins/requires/etc will stay the same.  Especially in the
      case of mixins which are often defined in an object literal which
      gets turned into a Ruby hash that messes up the order quite a bit.
      
      By doing the sorting in Export::Full the Renderer no more needs
      to sort these things.
      eba81abc
Loading