From 458213d0555f10d5d86b650c07b64813b4e8614c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20H=C3=BCrlimann=20=28CyT=29?= Date: Wed, 15 Apr 2015 18:07:20 +0200 Subject: [PATCH] docs(DEVELOPER.md): mention building JS or Dart selectively Closes #1375 --- DEVELOPER.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/DEVELOPER.md b/DEVELOPER.md index 9ba49864fc..23a6275fa3 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -127,6 +127,11 @@ Notes: * This will also run `pub get` for the subfolders in `modules` and run `dartanalyzer` for every file that matches `/src/.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