mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
So corey can reload without bugging others.
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
resourcePath = OSX.NSBundle.mainBundle.resourcePath
|
||||
#resourcePath = "/Users/corey/code/mine/Atomicity"
|
||||
# Hack to get code reloading working in dev mode
|
||||
if OSX.NSUserName().valueOf() == "corey"
|
||||
resourcePath = "/Users/corey/code/mine/Atomicity"
|
||||
else
|
||||
resourcePath = OSX.NSBundle.mainBundle.resourcePath
|
||||
|
||||
paths = [
|
||||
"#{resourcePath}/src"
|
||||
|
||||
Reference in New Issue
Block a user