fis3 icon indicating copy to clipboard operation
fis3 copied to clipboard

fis3能用node方式使用吗?

Open lengjing opened this issue 8 years ago • 1 comments

类似webpack那样可以 require('webpack') fis能做成那样的吗?

lengjing avatar Jan 16 '17 08:01 lengjing

我现在在gulpfile.js文件中 var child_process = require("child_process"); gulp.task('testA', function(cb){ child_process.execSync('fis3 release testA -d ./testA'); });

编译的时候执行gulp testA

wjboy avatar Jun 20 '18 10:06 wjboy