docs(DEVELOPER.md): mention building JS or Dart selectively

Closes #1375
This commit is contained in:
Simon Hürlimann (CyT) 2015-04-15 18:07:20 +02:00 committed by Misko Hevery
parent cd1295a823
commit 458213d055
1 changed files with 5 additions and 0 deletions

View File

@ -127,6 +127,11 @@ Notes:
* This will also run `pub get` for the subfolders in `modules` and run `dartanalyzer` for
every file that matches `<module>/src/<module>.dart`, e.g. `di/src/di.dart`
You can selectively build either the JS or Dart versions as follows:
* `$(npm bin)/gulp build.js`
* `$(npm bin)/gulp build.dart`
To clean out the `dist` folder use:
```shell
$(npm bin)/gulp clean