forked from nylas/nylas-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
41 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
This folder is where [apm](https://github.com/atom/apm) is installed to so that | ||
it is bundled with Atom. | ||
N1 uses [apm](https://github.com/atom/apm) to build packages instead of `npm`. | ||
This is because packages need to be compiled against Chrome's headers to work | ||
properly with Electron. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,24 @@ | ||
# Atom Build | ||
# N1 Building and Tasks | ||
|
||
This folder contains the grunt configuration and tasks to build Atom. | ||
This folder contains tasks to create production builds of N1 | ||
|
||
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. | ||
Tasks should not be executed from this folder, but rather from `/scripts`. The | ||
`/scripts` folder has convenient methods that fix paths and do environment | ||
checks. | ||
|
||
New build dependencies should be added to the `package.json` file located in | ||
this folder. | ||
Note that most of the task definitions are stored in `/build/tasks` | ||
|
||
## Some useful tasks | ||
|
||
NOTE: Run all of these from the N1 root folder. | ||
|
||
**Linting:** | ||
|
||
`script/grunt lint` | ||
|
||
**Building:** | ||
|
||
`script/grunt build` | ||
|
||
The build folder has its own package.json and is isolated so we can use `npm` | ||
to compile against v8's headers instead of `apm` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# N1 Documentation | ||
|
||
For the full documentation (which includes these guides), go to: | ||
https://nylas.github.io/N1/docs/ | ||
|
||
To see annotated package examples, go to: https://nylas.github.io/N1/examples/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,4 @@ | ||
# Config, Saved State, & defaults | ||
These are the default Nylas configs | ||
# Default Config | ||
|
||
These are the default Nylas configs. This folder on setup is copied to | ||
`~/.nylas` on unix machines. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.