Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Update local environment #25

Closed
wants to merge 1 commit into from

Conversation

jasonLaster
Copy link
Contributor

Adds two small improvements:

  1. a local server at port 8000 using node-static
  2. a start-firefox command, which falls back on environment.json for
    the path to firefox-bin

@@ -12,25 +12,44 @@ $ npm start
Start Firefox in remote debugging mode and go to a tab you want to debug.

```
$ /Applications/FirefoxNightly.app/Contents/MacOS/firefox-bin --start-debugger-server 6080
npm run start-firefox
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd still like to have this command here. It's nice to be able to copy and paste for people that want to do it quickly and not create a config file. It also exposed exactly what start-firefox does.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point. I like that it's not magical.

@jasonLaster
Copy link
Contributor Author

removed start-firefox.

I'll be working on improving the getting started docs based on today's meetup soon

@jlongster
Copy link
Contributor

This conflicts now, mind rebasing?

@jasonLaster
Copy link
Contributor Author

merged

@jlongster jlongster mentioned this pull request Apr 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants