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

Initial gulpfile that only maps src.ts to src#281

Merged
DominicKramer merged 7 commits intogoogleapis:masterfrom
DominicKramer:to-ts-prs/1-initial-gulpfile
Jun 27, 2017
Merged

Initial gulpfile that only maps src.ts to src#281
DominicKramer merged 7 commits intogoogleapis:masterfrom
DominicKramer:to-ts-prs/1-initial-gulpfile

Conversation

@DominicKramer
Copy link
Copy Markdown
Contributor

No description provided.

@DominicKramer DominicKramer requested a review from ofrobots June 23, 2017 16:31
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 23, 2017
Copy link
Copy Markdown
Contributor

@kjin kjin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM w/ nit.

});

gulp.task('test', ['test.unit']);
gulp.task('default', ['compile']); No newline at end of file

This comment was marked as spam.

"coverage": "./bin/run-test.sh -c",
"bump": "./bin/run-bump.sh",
"closure": "./node_modules/.bin/closure-npc"
"test": "gulp test",

This comment was marked as spam.

This comment was marked as spam.

.travis.yml Outdated
- '8'
script:
- ./bin/run-test.sh -c
- gulp && ./bin/run-test.sh -c

This comment was marked as spam.

This comment was marked as spam.

appveyor.yml Outdated
test_script:
# run tests
- ps: node_modules/.bin/mocha test --timeout 4000 --R
- ps: node_modules/.bin/gulp ; node_modules/.bin/mocha test --timeout 4000 --R

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@@ -45,11 +54,11 @@
"split": "^1.0.0"
},
"scripts": {

This comment was marked as spam.

This comment was marked as spam.

"allowUnreachableCode": false,
"allowUnusedLabels": false,
"alwaysStrict": true,
// "declaration": true,

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

Copy link
Copy Markdown
Contributor

@ofrobots ofrobots left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is good to land.

@DominicKramer DominicKramer merged commit 8ee9583 into googleapis:master Jun 27, 2017
@DominicKramer DominicKramer deleted the to-ts-prs/1-initial-gulpfile branch July 6, 2017 20:30
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.

7 participants