Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Fix .ts files being copied to the build dir#325

Merged
DominicKramer merged 2 commits intogoogleapis:masterfrom
DominicKramer:bug/fix-ts-files-in-build
Aug 23, 2017
Merged

Fix .ts files being copied to the build dir#325
DominicKramer merged 2 commits intogoogleapis:masterfrom
DominicKramer:bug/fix-ts-files-in-build

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

Before this change, running gulp would incorrectly copy .ts
test files to the build/test directory.

Before this change, running `gulp` would incorrectly copy `.ts`
test files to the `build/test` directory.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 23, 2017
gulpfile.js Outdated

gulp.task('test.system.copy', () => {
return gulp.src(['system-test/**/*'])
return gulp.src(['system-test/**/*.js'])

This comment was marked as spam.

This comment was marked as spam.

@DominicKramer DominicKramer merged commit 17be882 into googleapis:master Aug 23, 2017
@DominicKramer DominicKramer deleted the bug/fix-ts-files-in-build branch August 23, 2017 22:20
@DominicKramer DominicKramer restored the bug/fix-ts-files-in-build branch October 9, 2017 20:43
@DominicKramer DominicKramer deleted the bug/fix-ts-files-in-build branch October 9, 2017 20:57
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants