Skip to content

Commit f90d286

Browse files
author
Mehdy Dara
committed
Merge pull request #877 from zckrs/fix-path
Fix path in docs
2 parents 139e232 + 2378608 commit f90d286

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.eslintignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
node_modules/
2-
app/templates/
2+
generators/app/templates/
33
test/tmp/
44
coverage/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# generator-gulp-angular ![Logo](app/templates/src/assets/images/generator-gulp-angular-logo.png)
1+
# generator-gulp-angular ![Logo](generators/app/templates/src/assets/images/generator-gulp-angular-logo.png)
22

33
[![Build Status](https://img.shields.io/travis/Swiip/generator-gulp-angular/master.svg?style=flat-square)](http://travis-ci.org/Swiip/generator-gulp-angular)
44
[![Coverage Status](https://img.shields.io/codecov/c/github/Swiip/generator-gulp-angular.svg?style=flat-square)](http://codecov.io/github/Swiip/generator-gulp-angular?branch=master)

docs/how-it-works.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ The base directories for Browser Sync are `.tmp/serve` and `src` with a priority
155155

156156
As the `bower_components` folder is not located in any of the base paths, a special routes is added for this folder to be addressed by `/bower_components`.
157157

158-
The default Browser Sync port is `3000`, if you ever need to change it, head over to the [gulp/server.js](https://github.com/Swiip/generator-gulp-angular/blob/master/app/templates/gulp/_server.js#L42) file and add the `port` attribute to the *server* variable.
159-
Example below :
158+
The default Browser Sync port is `3000`, if you ever need to change it, head over to the [gulp/server.js](https://github.com/Swiip/generator-gulp-angular/blob/master/generators/app/templates/gulp/_server.js#L42) file and add the `port` attribute to the *server* variable.
159+
Example below :
160160
```javascript
161161
browserSync.instance = browserSync.init({
162162
startPath: '/',

0 commit comments

Comments
 (0)