brackets-userland / brackets-electron

An open source code editor for the web, written in JavaScript, HTML and CSS.
http://brackets.io
MIT License
81 stars 8 forks source link

Update Electron #59

Closed marcelgerber closed 8 years ago

marcelgerber commented 8 years ago

Updates all 3 Electron dependencies that have been updated.

Notice how we can use electron instead of electron-prebuilt now.

zaggino commented 8 years ago

electron-rebuild was failing when I tried to use electron instead of electron-prebuilt, must check again

ingorichter commented 8 years ago

Yeah, I had the same experience last night. I had to stop at a certain point, since I couldn't resolve the issue. :-/

zaggino commented 8 years ago

This is fixed by electron-rebuild@1.2.0, I was probably using the older one. Merged. Thanks @MarcelGerber