g8up
g8up
断网情况下请求失败,在 icon 上显示 badge 警告反馈。
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/npm:mime:20170907 Latest report for luxiaojian/node-qiniu: https://snyk.io/test/github/luxiaojian/node-qiniu
``` >fisp release -h Usage: release [options] Options: -h, --help output usage information -d, --dest release output destination ... ``` 请问:-d 后 `` 的格式是什么?空格间隔多个,还是逗号?
``` Uncaught SyntaxError: Unexpected number ``` 由于传入的数据格式为: ``` { 1:'hello', 2:'world' } ``` 解析后的 tmpl 会把 key 对应的数字作为变量名来使用。
我发现 layout.tpl 中并没有在`{%body%}{%/body%}`外添加脚本的依赖声明,但生成的 html 中,在``之后有``引用。 这是 featrue 吗?
如何切换成 https 呢?
避免 `abc//def`形式的回显日志出现,以免误导。 to resolve https://github.com/fex-team/fis3-deploy-http-push/issues/13
https://github.com/fex-team/fis3-deploy-http-push/blob/4572987aa9cb4a35bbf94aced1e1029554be1ce6/index.js#L34 此处如果用`path.join()`处理下,应该更准确些。或者引用上下文中的`data['to']` 因为加号拼接的结果可能会出现两个`//`
>fis3 已经默认不自带模块化开发支持 从语义上推断,像是曾经"自带“过。 代码有版本的概念,倒不如以版本号作为参考,来说明什么时候“自带”,什么时候变成“不自带”的。
编译时出现警告: > [WARNI] csssprites does not support your node v6.11.2, report it to https://github.com/xiangshouding/fis-spriter-csssprites/issues # 环境 - fis-spriter-csssprites v0.4.0 - fis3 v3.4.32 - node v6.11.2 - npm v3.4.32 - windows...