We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
你好,我用到了node-ssi. 如果是被包含的文件修改了, fis3 release -Wl 不会再执行ssi .我希望这个时候能重新编译. 类似你代码里注释的这种: [INFO] Detect fis-conf.js modified, respawn fis3 release -f fis-conf-dev.js -d ./output -wL. 实现成:
fis-conf.js
fis3 release -f fis-conf-dev.js -d ./output -wL
[INFO] Detect watched files modified, respawn fis3 release -f fis-conf-dev.js -d ./output -wL.
希望这样:
fis3 release -Wl -RESTARTCHANGEDIR ./ssidir/ 简写 fis3 release -Wl -RC ./ssidir/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
你好,我用到了node-ssi. 如果是被包含的文件修改了, fis3 release -Wl 不会再执行ssi .我希望这个时候能重新编译.
类似你代码里注释的这种:
[INFO] Detect
fis-conf.js
modified, respawnfis3 release -f fis-conf-dev.js -d ./output -wL
.实现成:
[INFO] Detect watched files modified, respawn
fis3 release -f fis-conf-dev.js -d ./output -wL
.希望这样:
fis3 release -Wl -RESTARTCHANGEDIR ./ssidir/
简写
fis3 release -Wl -RC ./ssidir/
The text was updated successfully, but these errors were encountered: