Extract Module

Our build script has gotten a bit big. What do you do when that happens? Break it up! Find distinct areas of responsibility and extract them into their own modules. In our case, we extract two modules: one for lint configuration options and another for path configuration code.

  1. E291External Dependencies

    Mon, 23 Mar ’15
  2. E292From NodeUnit to Mocha

    Wed, 25 Mar ’15
  3. E293How To Migrate Test Frameworks

    Mon, 30 Mar ’15
  4. E294Isomorphic Build Infrastructure

    Wed, 1 Apr ’15
  5. E295Eliminate NodeUnit

    Mon, 6 Apr ’15
  6. E296An Isomorphic Assertion Library

    Wed, 8 Apr ’15
  7. E297From expect() to assert()

    Mon, 13 Apr ’15
  8. E298Build Cleanup

    Wed, 15 Apr ’15
  9. E299Extract Module

    Mon, 20 Apr ’15
  10. E300Extract Tool Runner

    Wed, 22 Apr ’15
  11. E301A Pretty Build

    Mon, 27 Apr ’15
  12. E302A Composable Build Tool

    Wed, 29 Apr ’15