From 3e6503789ff445b765996bcb530e4ad88ace19e0 Mon Sep 17 00:00:00 2001 From: Alfonso Presa Date: Sun, 28 Jun 2015 17:03:59 +0200 Subject: [PATCH] fix(docs): to run js test 'gulp docs' is needed The docs processing generates the angular2/angular2.d.ts file, which is needed by the typing_spec Closes #2762 --- DEVELOPER.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 809132deb0..e8691edf8a 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -134,6 +134,12 @@ You can selectively build either the JS or Dart versions as follows: * `$(npm bin)/gulp build.js` * `$(npm bin)/gulp build.dart` +Also note that in order for the whole test suite to succeed you will need to generate the docs by running: + +```shell +$(npm bin)/gulp docs +``` + To clean out the `dist` folder, run: ```shell