1. 11 Dec, 2016 2 commits
  2. 28 Oct, 2016 1 commit
    • Sandro Padin's avatar
      Catch and noop call to open web browser. (#964) · 0bd593ba
      Sandro Padin authored
      Running `create-react-app` in a Docker container causes an unhandled rejection error in nodejs > 6.5 because the `opn` module tries to open a web browser in a system that doesn't have one. I figured this error could be safely ignored.
      0bd593ba
  3. 03 Oct, 2016 1 commit
    • unixdev's avatar
      Fix script name to open chrome (#831) · 856001ff
      unixdev authored
      A previous commit renamed the apple script to open chrome from
      `chrome.applescript` to `openChrome.applescript`. That created
      a minor bug. Even when chrome was open with the client app,
      `npm start` would open the client app in a new Safari tab on
      macOS instead of re-using the open tab in chrome.
      856001ff
  4. 23 Sep, 2016 1 commit