Skip to content

Commit 97126c3

Browse files
committed
Merge branch 'master' of github.com:angular-fullstack/generator-angular-fullstack
2 parents d1ff217 + 7569c1a commit 97126c3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ See the [Yeoman contributing docs](https://github.com/yeoman/yeoman/blob/master/
44

55
Additionally for this generator:
66

7-
* Please submit PRs to the `canary` branch, it is the main development branch for this generator.
7+
* Please submit bug fix PRs to the `master` branch. Please submit large feature PRs to the `canary` branch; it is the main development branch for this generator.
88
* When submitting an issue, please follow the [guidelines](https://github.com/yeoman/yeoman/blob/master/contributing.md#issue-submission). Especially important is to make sure Yeoman is up-to-date, and providing the command or commands that cause the issue.
99
* When submitting a PR, make sure that the commit messages match the [AngularJS conventions][commit-message-format] (see below).
1010
* When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ Install `yo`, `gulp-cli`, and `generator-angular-fullstack`:
2323
```
2424
npm install -g yo gulp-cli generator-angular-fullstack
2525
```
26+
__Please note__: If you run into trouble compiling native add-ons during the installation, follow [`node-gyp`](https://github.com/nodejs/node-gyp)'s short guide on [required compilation tools](https://github.com/nodejs/node-gyp#installation).
27+
28+
---
2629

2730
Run `yo angular-fullstack`
2831
```
@@ -35,7 +38,6 @@ yo angular-fullstack
3538

3639
* MongoDB - Download and Install [MongoDB](https://www.mongodb.com/download-center#community) - If you plan on scaffolding your project with mongoose, you'll need mongoDB to be installed and have the `mongod` process running.
3740
* The project's JavaScript is written in ECMAScript 2015. If you're unfamiliar with the latest changes to the specification for JavaScript, check out http://es6-features.org/
38-
* [`node-gyp`](https://github.com/nodejs/node-gyp) - You'll likely need to be able to use `node-gyp`, Node's tool for compiling native add-ons (for things like database drivers). See its [Installation section](https://github.com/nodejs/node-gyp#installation) for more instructions.
3941

4042
## Supported Configurations
4143

0 commit comments

Comments
 (0)