We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd1295a commit 458213dCopy full SHA for 458213d
DEVELOPER.md
@@ -127,6 +127,11 @@ Notes:
127
* This will also run `pub get` for the subfolders in `modules` and run `dartanalyzer` for
128
every file that matches `<module>/src/<module>.dart`, e.g. `di/src/di.dart`
129
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
135
To clean out the `dist` folder use:
136
```shell
137
$(npm bin)/gulp clean
0 commit comments