mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
atom and stdlib
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src='src/require.js'></script>
|
||||
<script src='src/stdlib/require.js'></script>
|
||||
<script>
|
||||
window.onerror = function() {
|
||||
window.showConsole(true)
|
||||
|
||||
@@ -7,8 +7,10 @@ else
|
||||
resourcePath = OSX.NSBundle.mainBundle.resourcePath
|
||||
|
||||
paths = [
|
||||
"#{resourcePath}/static"
|
||||
"#{resourcePath}/src/stdlib"
|
||||
"#{resourcePath}/src/atom"
|
||||
"#{resourcePath}/src"
|
||||
"#{resourcePath}/static"
|
||||
"#{resourcePath}/extensions"
|
||||
"#{resourcePath}/vendor"
|
||||
]
|
||||
Reference in New Issue
Block a user