Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test new tasks.json creation #4019

Closed
3 tasks done
dbaeumer opened this issue Mar 11, 2016 · 2 comments
Closed
3 tasks done

Test new tasks.json creation #4019

dbaeumer opened this issue Mar 11, 2016 · 2 comments

Comments

@dbaeumer
Copy link
Member

Assignees:

Items:
The UI for creating a new tasks.json file got reworked. To test do the following:

  • workspace without tasks.json file
  • run Configure Task Runner action
  • you should be presented with a picker like this:

capture

  • test all the different entries. And ensure that they generate a proper tasks.json file. Please not that for running a task the tools referred by the tasks.json file must be installed (e.g. gulp, jake, grunt, tsc, ...)
  • if you have a gulpfile.js, jakefile or gruntfile ensure that the auto detection is run and that the tasks.json contains a detected build tasks. For the following gulpfile.js
var gulp = require('gulp');

gulp.task('build', function() {
    console.log('build'); 
});

the autodetection should detect the build task.

  • also ensure that if a gulp, jake or grunt file exist and you select any other entry no auto detection is run and the proper tasks.json file is generated.
@dbaeumer dbaeumer changed the title Test nre tasks.json creation Test new tasks.json creation Mar 11, 2016
@dbaeumer dbaeumer added this to the March 2016 milestone Mar 11, 2016
@egamma egamma mentioned this issue Mar 13, 2016
82 tasks
@felixfbecker
Copy link
Contributor

there is a typo in the grunt description (it says jake file)

@dbaeumer
Copy link
Member Author

@felixfbecker thanks. Fixed the typo.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants