No description
Find a file
Cheng Zhao 2f2cbce9b9 [Win] Override node's console and output stream with chromium's logging.
On Window node doesn't outputing as GUI program, so we have to switch to
chromium's implementation. Hacking into node (like what we did before
this commit) would sometimes make the outputing blocked.
2013-07-25 20:06:23 +08:00
app [Win] Write log to file in Debug build. 2013-07-23 16:37:00 +08:00
browser [Win] Override node's console and output stream with chromium's logging. 2013-07-25 20:06:23 +08:00
common [Win] Override node's console and output stream with chromium's logging. 2013-07-25 20:06:23 +08:00
renderer remote.require should return the same object for the same module. 2013-07-23 11:59:07 +08:00
script Fix updating the win32 python repo. 2013-07-24 18:33:49 +08:00
spec remote.require should return the same object for the same module. 2013-07-23 11:59:07 +08:00
tools Update brightray: fix building with ninja. 2013-07-02 17:33:43 +08:00
vendor [Win] Update node: fix console and process.stdout. 2013-07-24 15:37:40 +08:00
.gitignore Fix .gitignore. 2013-07-17 17:07:14 +08:00
.gitmodules cefode-node is renamed to node. 2013-07-17 10:51:58 +08:00
atom.gyp [Win] Write log to file in Debug build. 2013-07-23 16:37:00 +08:00
common.gypi [Win] Ignore 4049 link warning. 2013-07-24 18:33:27 +08:00
filename_rules.gypi Ship the filename_rules.gypi which is modified from chromium. 2013-07-22 15:59:59 +08:00
LICENSE Initial empty browser. 2013-04-12 10:14:23 +08:00
package.json Use walkdir instead of findit, which supports Windows. 2013-07-22 16:41:52 +08:00
README.md Set base url in bootstrap script by default. 2013-06-19 10:54:05 +08:00

Atom Shell

Experimental native layer for the Atom.

Development

One-time setup

$ script/bootstrap

Building

$ script/build

This will build the app into the build directory.

License

See the LICENSE file.