Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 1.05 KB

README.md

File metadata and controls

12 lines (7 loc) · 1.05 KB

developing-an-electron-edge

Developing an Electron Edge cover

The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).

If you spot any mistakes, feel free to create an issue or pull-request. Enjoy!

Updates and corrections

  • In chapter 1, bindings.gyp should have been named binding.gyp. The file has been updated in this repository. See #4.
  • This is frustrating but the remote module was required incorrrectly three times (see page 50 for example). Instead of require('remote'), it should have been require('electron').remote. This has been corrected in all applicable examples in this repository. This was a stupid mistake on our part. We're sorry. See #7