mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
836ff53ef3ff4715b4aedf7f7831a0c563ede472
Node uses the location of index as a starting point when looking for node_modules. Previously, we always loaded index.html out of the app bundle, which caused us to always load node_modules from the app bundle as well, which is not what we want in dev mode. Since we no longer depend on a compiled require.js, it's just as easy to load index.html from the repository path when in dev mode.
Atom — Futuristic Text Editing
Check out our documentation on the docs tab.
Building from source
Requirements
- Mountain Lion
- The Setup™ or Boxen
- Xcode (available in the App Store)
Installation
-
gh-setup atom -
cd ~/github/atom && rake install
Description
Languages
JavaScript
88.3%
Less
8.7%
CoffeeScript
2.8%
Shell
0.1%
