Antonio Scandurra
0e1bc58310
⬆️ electron-link
2017-04-04 11:36:49 +02:00
Antonio Scandurra
3d40f55747
Fix lint errors
2017-03-10 10:00:09 +01:00
Antonio Scandurra
5dbae1c317
Copy the generated snapshot into the app bundle
2017-02-24 10:39:05 +01:00
Antonio Scandurra
77b8089e3a
Use the snapshot result to require core modules
2016-11-15 18:03:36 +01:00
Antonio Scandurra
1bdd79d719
Implement atom --benchmark-test to ensure benchmarks are valid on CI
2016-10-14 11:02:59 +02:00
Antonio Scandurra
fa90851e14
Implement atom --benchmark
2016-10-14 11:02:58 +02:00
Nathan Sobo
880e75ff18
Make main-process/main.js as minimal as possible
...
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 >
2016-09-22 17:30:52 -06:00
Damien Guard
77a09a7447
Remove app load time console output
2016-09-09 13:08:00 -07:00
Antonio Scandurra
a8c73f0529
Fix calling atom --version
2016-08-12 09:33:15 +02:00
Nathan Sobo
2fe5027b57
Set the userData dir to a temp directory for main process tests
...
This ensures that the indexedDB is accessible even if another Atom is
running.
2016-08-11 14:30:52 -06:00
Nathan Sobo
324e8d6c7a
Move env assignment into parseCommandLine
...
A bit of a misnomer but makes things more testable so I’ll accept it
until we can do more overhaul.
2016-08-11 14:30:22 -06:00
Nathan Sobo
847911f0fe
Extract parseCommandLine from main.js to its own file for testing
...
Signed-off-by: Antonio Scandurra <as-cii@github.com >
2016-08-11 12:44:20 -06:00
Antonio Scandurra
45afe07dc1
Don't throw an error when ATOM_HOME does not exist
2016-08-03 15:59:00 +02:00
Antonio Scandurra
9ad9a96b34
Copy comments
2016-07-27 15:09:08 +02:00
Antonio Scandurra
ccccafd4ea
🎨
2016-07-27 15:01:50 +02:00
Antonio Scandurra
e4946a1892
Make Atom executable as a standard Electron app
2016-07-27 14:58:23 +02:00