jinxiaodan

Results 1 issues of jinxiaodan

配置文件: ``` js fis.match('**', { //relative,是制定文件使用相对路径 relative: true }); ``` 源文件: ``` css body { background: url('../css/images/yq-bg04.jpg') no-repeat; } ``` 编译后 ``` js body { background: url(__relative('/template_html/huifang/css/images/yq-bg04.jpg')) no-repeat; } ```...