Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Merge pull request #346 from hawkular/manual-tsd
Browse files Browse the repository at this point in the history
HAWKULAR-473 Make tsd a manual task to update the type definition fil…
  • Loading branch information
mtho11 committed Jul 21, 2015
2 parents 73ee813 + 0d7760a commit 5614902
Show file tree
Hide file tree
Showing 4 changed files with 495 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/src/main/scripts/gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,11 @@ var gulpTsc = function(done) {
});
};

gulp.task('tsc', ['clean-defs', 'tsd'], function (done) {
gulp.task('tsc', ['clean-defs' ], function (done) {
gulpTsc(done);
});

gulp.task('tsc-live', ['copy-sources','clean-defs', 'tsd'], function (done) {
gulp.task('tsc-live', ['copy-sources','clean-defs' ], function (done) {
gulpTsc(done);
});

Expand Down

0 comments on commit 5614902

Please sign in to comment.