docs(DEVELOPER.md): mention building JS or Dart selectively
Closes #1375
This commit is contained in:
parent
cd1295a823
commit
458213d055
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue