mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 01:04:39 +08:00
009f07dd2a
Summary: This: 1. Moves spec-nylas into spec 1. Gets rid of old & irrelevant specs 1. Moves the `vendor` folder (jasmine libs) into the `spec` folder 1. Moves the `exports` folder to `src/global` and updates all references I pretty extensively made sure the client still works and that all of the tests pass. The changes should have no effect. Test Plan: All tests pass! Reviewers: bengotow, dillon Differential Revision: https://phab.nylas.com/D2098 |
||
---|---|---|
.. | ||
config | ||
debian | ||
resources | ||
tasks | ||
Gruntfile.coffee | ||
package.json | ||
README.md | ||
run-build-and-send-screenshot.scpt |
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.