2014-05-03 50 views

回答

0

喜欢的东西:

shell: { 
    runapptask: { 
     command: [ 
      'node /myPorject/app.js' 
     ] 
    } 
}, 
watch: { 
    runapp: { 
     files: ['/myproject/foo.json'], 
     tasks: ['shell:runapptask'] 
    } 
} 
相关问题