Skip to content

Commit

Permalink
update teams call
Browse files Browse the repository at this point in the history
  • Loading branch information
ostreifel committed Apr 1, 2018
1 parent c9ff88a commit c9d02b1
Show file tree
Hide file tree
Showing 4 changed files with 3,068 additions and 1,186 deletions.
6 changes: 0 additions & 6 deletions gulpfile.js
Expand Up @@ -17,12 +17,6 @@ gulp.task('clean', () => {
.pipe(clean());
})

// gulp.task('fix-vss', () => {
// // These duplicate type files mess up the build
// return gulp.src([`node_modules/vss-web-extension-sdk/node_modules`], {read: false})
// .pipe(clean());
// });


gulp.task('copy', ['clean'], () => {
gulp.src('node_modules/vss-web-extension-sdk/lib/VSS.SDK.min.js')
Expand Down

0 comments on commit c9d02b1

Please sign in to comment.