pulsar/build
Kevin Sawicki 2fe647c950 Store atom-shell cache in ~/.atom/atom-shell
There were several CI failures today where it seemed like the
atom-shell version in the temp directory wasn't complete, it was
missing many files causing the build to fail when the specs were
run.

What made this worse was that running script/clean on these machines
didn't clean out these bad versions since the temp directory was different
when run via Jenkins vs. ssh'ing into the machines so the folders were
left there and the builds kept failing.

Atom already stores the compile cache to ~/.atom as well as the node cache
so putting atom-shell there as well keeps things consistent.
2014-07-22 17:44:41 -07:00
..
tasks Add tomorrow light theme to cache 2014-07-22 11:00:36 -07:00
Gruntfile.coffee Store atom-shell cache in ~/.atom/atom-shell 2014-07-22 17:44:41 -07:00
package.json Write control/desktop files to build dir 2014-07-21 16:52:20 -07:00
README.md 📝 Clarify justification for moving 2014-01-03 10:01:40 -08:00

Atom Build

This folder contains the grunt configuration and tasks to build Atom.

It was moved from the root of the repository so that any native modules used would be compiled against node's v8 headers since anything stored in node_modules at the root of the repo is compiled against atom's v8 headers.

New build dependencies should be added to the package.json file located in this folder.