atom and stdlib

This commit is contained in:
Chris Wanstrath
2011-11-09 18:33:43 -08:00
parent 84acc61ce1
commit 9dea4c24b2
18 changed files with 4 additions and 2 deletions

View File

@@ -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)

View File

@@ -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"
]