Skip to content

Commit

Permalink
docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdesl committed Jan 26, 2016
1 parent e805aa2 commit 7ae7a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ It also includes some additional features on top of Electron:
- File watching for development and quit-on-error flags for unit testing (e.g. continuous integration)
- Handles `process.exit` and error codes
- Supports `"browser"` field resolution (optional)
- Can treat `window`, `browser` and `navigator` as `undefined` for better compatibility with Node.js modules (optional)
- Supports config files for V8 flags, color themes, and other options

## Gotchas

Expand Down
2 changes: 1 addition & 1 deletion docs/rc-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ You can configure advanced Node and Electron options through a `rc` file. Option
Currently the following config options are supported:

- `browserWindow` – options to use when creating the [BrowserWindow](https://github.com/atom/electron/blob/master/docs/api/browser-window.md)
- `detachDevTools` – a boolean, default `true`, to create DevTools detached or attached to the main window
- `v8` – an object with `flags`, an array of strings like `"--harmony-arrow-function"`
- `detachDevTools` – a boolean, default `true`, to create DevTools detached or attached to the main window
- `devToolsExtensions` – an array of paths to Chrome DevTool Extensions, see [DevTools Extensions](devtools-extensions) for details

By default, config will search for a local `.devtoolrc`, or looking up the folder tree to root/home directories. See [here](https://github.com/dominictarr/rc#standards) for details.
Expand Down

0 comments on commit 7ae7a7c

Please sign in to comment.