mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2025-01-06 23:26:25 +03:00
fa6e84415b
This is only used when jasmine-node is being launched from the CLI with --autotest/--watch which the bundled spec runner does not use or expose. This reduces all bundled paths to be under 200 characters relative to the root install location. |
||
---|---|---|
.. | ||
tasks | ||
Gruntfile.coffee | ||
package.json | ||
README.md |
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.