2014-05-03 48 views

回答

0

喜歡的東西:

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