duXing

Results 8 comments of duXing

如何设置成在保存时不触发检查 呢?

windows 下参考这种配置: ``` { "env": { "fecs_bin": "D:/Program Files (x86)/nodejs/node_modules/fecs/bin/fecs", "node_bin": "D:/Program Files (x86)/nodejs/node.exe" } } ```

Windows 下的 SublimeText 配置如下: Preferences - Package Setting - Baidu FE Code Style - "Setting - User" ``` { "env": { "fecs_bin": "D:/Program Files (x86)/nodejs/node_modules/fecs/bin/fecs", "node_bin": "D:/Program Files (x86)/nodejs/node.exe" }...

与楼上同问,如何实现正则的引用,如果能实现,陪陪规则就更灵活了。 ---比如,我想替换协议: ^(https)(:\/\/cdn.sstatic.net\/stackoverflow\/.*)$ http\2

``` {%body%} {%/body%} ``` ``` {%body%} {%/body%} ``` “ body 后”指的是哪一种写法? 我尝试以上两种写法,并通过 fisp release -cwLr ./ 本地发布,修改并保存文件,页面也没有刷新。是缺少其他设置吗? (另外发现, 注释内容前后不带空格,这行添加的注释会被模版解析掉。)

@ligaofeng0901 , @5star2014 : 参考这里:https://github.com/fex-team/fis/issues/109

小建议: 在本地调试时,每次待机唤醒后, livereload 的服务器还在运行,可本机的 IP 由于 DHCP 导致更换,都需要手动停掉 -wL 重新 release. 如果本地调试时,引用 livereload.js 的 IP 是 127.0.0.1 就好了。