Commit Graph

5 Commits

Author SHA1 Message Date
Patrice Chalin 83402930f2 chore(install+test): single cmd to full install/test & test JS w/o Dart
* `npm install` now does a full install; auxiliary installation steps
have been integrated into the `postinstall` script.
* Updated developer docs `DEVELOPER.md` accordingly; also added
instructions to dev docs for performing full tests (via `npm test`) --
same as those run on Travis.
* Reorg in tests so that JS tests can run without a Dart env.

Partly fixes #945 **under the assumption that when running JS tests
locally, `ChromeCanary` is the desired browser to use**. Note that CI
tests (Travis) still uses `DartiumWithWebPlatform` across the board
(Maybe because ChromeCanary isn't being installed?)

Fixes #1012.

Closes #1010
2015-03-21 14:55:11 -07:00
Igor Minar 1676e3161b docs(developer): rename 'ending' to 'suffix' :-) 2015-03-19 17:43:44 +09:00
dgrove 476386fb5b Update DEVELOPER.md
pub install is the old deprecated command, pub get is the correct command.

Closes #1003
2015-03-18 21:52:10 -07:00
Marc Laval 52bf0def4e chore(test): improve test.unit.cjs task
Closes #998
2015-03-18 21:51:57 -07:00
Patrice Chalin 28aa7466bd docs(developer): add developer docs and refactor README
A first edition of `DEVELOPER.md` inspired from the angular.dart version
and expanded to include instructions given in this repos’ `README.md`
(which has been cleaned up and padded up).

Closes #946
2015-03-17 21:24:55 -07:00