mirror of
https://github.com/atom/atom.git
synced 2026-01-26 23:38:48 -05:00
In order to test changes to main.js, we need to rebuild the application. For this reason, it makes sense to do as little work as possible here. In this commit, we change main to just determine the resourcePath, then use that path to require a start function which can be iterated on in dev mode. Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>