Skip to content

Commit 458213d

Browse files
huerlisimhevery
authored andcommitted
docs(DEVELOPER.md): mention building JS or Dart selectively
Closes angular#1375
1 parent cd1295a commit 458213d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DEVELOPER.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ Notes:
127127
* This will also run `pub get` for the subfolders in `modules` and run `dartanalyzer` for
128128
every file that matches `<module>/src/<module>.dart`, e.g. `di/src/di.dart`
129129

130+
You can selectively build either the JS or Dart versions as follows:
131+
132+
* `$(npm bin)/gulp build.js`
133+
* `$(npm bin)/gulp build.dart`
134+
130135
To clean out the `dist` folder use:
131136
```shell
132137
$(npm bin)/gulp clean

0 commit comments

Comments
 (0)