Skip to content

Commit

Permalink
fix(dist): don't distribute the HTML dart api docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle committed Sep 16, 2015
1 parent cc1d758 commit 4ed8081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ gulp.task('build/analyze.ddc.dart', dartanalyzer(gulp, gulpPlugins, {
}));

gulp.task('build/check.apidocs.dart', dartapidocs(gulp, gulpPlugins, {
dest: CONFIG.dest.dart,
dest: 'tmp',
command: DART_SDK.DARTDOCGEN
}));

Expand Down

0 comments on commit 4ed8081

Please sign in to comment.