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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我在 html 里如此写:
<link rel="stylesheet" type="text/css" href="lib/Toolkit/Toolkit.min.css" />
生成的 html 里却是:
<link rel="stylesheet" type="text/css" href="/lib/Toolkit/Toolkit.min_b75e6adad5.css" />
相对路径被转成了绝对路径,rsd 配置文件如下:
fis.config.set('project.md5Length', 10); fis.config.set('modules.parser', { sass : 'compass', scss: 'compass' });
项目是用 cordova 创建的空项目
The text was updated successfully, but these errors were encountered:
@MiincGu
fis使用的是绝对路径,面向的是web工程优化,这里可能不太适合本地应用
Sorry, something went wrong.
No branches or pull requests
我在 html 里如此写:
生成的 html 里却是:
相对路径被转成了绝对路径,rsd 配置文件如下:
项目是用 cordova 创建的空项目
The text was updated successfully, but these errors were encountered: