pulsar/build
Corey Johnson 255cdbb60a Avoid problems with version pattern ^X.Y.Z
Older versions of npm don't recognize that pattern
2014-05-08 14:14:26 -07:00
..
tasks 💄 Add variable names for clarity 2014-05-07 09:14:42 -07:00
Gruntfile.coffee Do not build source maps when compiling coffee scripts. 2014-04-05 19:30:18 +08:00
package.json Avoid problems with version pattern ^X.Y.Z 2014-05-08 14:14:26 -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.