fis3
fis3 copied to clipboard
fis3能用node方式使用吗?
类似webpack那样可以 require('webpack')
fis能做成那样的吗?
我现在在gulpfile.js文件中 var child_process = require("child_process"); gulp.task('testA', function(cb){ child_process.execSync('fis3 release testA -d ./testA'); });
编译的时候执行gulp testA