1
私は-b arg1
と--parameter arg2
引数を使用するnode.jsスクリプトを持っています。どのような方法でGruntタスクを渡す方法はありますか?カスタム引数でノードスクリプトを実行
、
execute: {
options: {
args :['-b test']
},
target: {
src: ['uploader.js']
}
},
しかし、あなたが直接execSync使用することができますtest