Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 266400b

Browse files
Foxandxsswardbell
authored andcommitted
chore: update README with latest additions
closes #1820
1 parent b0e0d94 commit 266400b

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ env:
1717
matrix:
1818
fast_finish: true
1919
allow_failures:
20-
- env: "SCRIPT=\"run-e2e-tests --fast\" PREVIEW=true"
20+
- env: "SCRIPT=\"run-e2e-tests --fast\" PREVIEW=true"
2121
before_install:
2222
- npm install -g gulp --no-optional
2323
before_script:
2424
- sh -e /etc/init.d/xvfb start
2525
install:
26-
- ./script/install.sh
26+
- ./scripts/install.sh
2727
- if [[ $PREVIEW == true ]]; then npm install --prefix public/docs/_examples angular/{core,common,compiler,platform-browser,platform-browser-dynamic,http,forms,router-deprecated,router,upgrade}-builds; fi
2828
script:
2929
- gulp $SCRIPT

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This site relies heavily on node and npm.
2727
1. Make sure you are using the latest node and npm;
2828
if not install [nvm](https://github.com/creationix/nvm) to get node going on your machine.
2929

30-
1. install these npm packages *globally*: `npm install -g harp gulp protractor`
30+
1. install these npm packages *globally*: `npm install -g harp gulp`
3131

3232
1. clone this repo and the [angular source code repo](https://github.com/angular/angular) to the same parent directory.
3333
The two cloned repo directories must be sibling.
@@ -98,7 +98,7 @@ Look at the scripts in `package.json` for other options.
9898
Also, open any `plunkr.no-link.html` to see the code execute in plunker
9999
(you may have to run `gulp build-plunkers` first to create/update).
100100

101-
You may want to check that your example is free of lint errors.
101+
You must check that your example is free of lint errors.
102102
- `gulp lint`
103103

104104
### Sample end-to-end tests
@@ -112,6 +112,15 @@ All samples should be covered to some degree by end-to-end tests:
112112

113113
Any combination of options is possible.
114114

115+
### Resetting the project
116+
This project generates a lot of untracked files, if you wish to reset it to a mint state, you can run:
117+
118+
- `git clean -xdf`
119+
120+
Also, there is a script available for Linux and OSX users that will setup the project using the steps shown in this section:
121+
122+
- `./scripts/install.sh`
123+
115124

116125
## Technology Used
117126
- Angular 1.x: The production ready version of Angular
File renamed without changes.

0 commit comments

Comments
 (0)