Initial gulpfile that only maps src.ts to src#281
Initial gulpfile that only maps src.ts to src#281DominicKramer merged 7 commits intogoogleapis:masterfrom
Conversation
| }); | ||
|
|
||
| gulp.task('test', ['test.unit']); | ||
| gulp.task('default', ['compile']); No newline at end of file |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| "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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
.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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
| @@ -45,11 +54,11 @@ | |||
| "split": "^1.0.0" | |||
| }, | |||
| "scripts": { | |||
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This is used instead of invoking `gulp` directly.
| "allowUnreachableCode": false, | ||
| "allowUnusedLabels": false, | ||
| "alwaysStrict": true, | ||
| // "declaration": true, |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
No description provided.