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

Make task run in sandbox. #73

Open
yuanyan opened this issue Jan 3, 2014 · 0 comments
Open

Make task run in sandbox. #73

yuanyan opened this issue Jan 3, 2014 · 0 comments
Milestone

Comments

@yuanyan
Copy link
Contributor

yuanyan commented Jan 3, 2014

Task run in a sandbox that make it can force run when error happens.

Mod.js have a global project-level and task-level force option:

// Modfile.js
module.exports = {
  force: true, // project-level
  tasks: {
    mytask: {
      force: true // task-level 
    }
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant