fis
fis copied to clipboard
angular js项目中的模板文件中资源路径无法被替换--希望添加对非完整html的支持
还是已经有了相应的配置可以实现的,谢谢! ps.目前还没找到
匹配配置 isHtmlLike 即可
fis.config.set('project.fileType.text', 'xxxxhtml');
fis.config.set('roadmap.path', [{
reg: '**.xxxxhtml',
isHtmlLike: true
}]);
thanks! 但是还有个问题,为什么总是会在资源引用路径前面加上反斜杠,这样就一定需要加上工程名,还是不够灵活啊,不满足需求啊