Open EmptyDreams opened 3 years ago
本地的目录结构是怎样的呢?
我也遇到同样的问题。在本地网页index.html
中使用相对路径\style.css
,从而就找不到对应的文件。本地目录如下:
.
├── aboutus.html
├── business
│ ├── analyze.html
│ ├── database.html
│ ├── loading.html
│ ├── measure.html
│ ├── other.html
│ ├── smartcalculate
│ │ ├── service.html
│ │ ├── software.html
│ │ └── supercomputing.html
│ └── smartcalculate.html
├── business.html
├── contact.html
├── figs
├── fonts
│ └── 5d5471b57d83aaa6a82f..ttf
├── index.html
├── js
│ └── home.js
├── recruit.html
└── style.css
本地的目录结构是怎样的呢?
D:...\public\index.html D:...\public\css\index.css
除此以外,business文件夹内部的html文件似乎没有被识别,字体只有部分在上层目录存在的生效。如
same problem
我的本地网页中使用了相对路径:
\css\index.css
运行fsp local *\.html时,fsp却报错找不到:D:\\css\\index.css