Create bootstrap script for atom in single window mode

This commit is contained in:
Kevin Sawicki
2012-06-08 14:58:25 -07:00
parent d29926304a
commit 57c18e784e
3 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
# Bootstrap the app in a single window mode
require 'atom-bootstrap.coffee'
require 'window-bootstrap.coffee'

View File

@@ -1,6 +1,4 @@
# Like sands through the hourglass, so are the days of our lives.
require 'window'
Atom = require 'atom'
window.atom = new Atom(atom.loadPath, $native)
window.startup $pathToOpen