UNPKG
clean-project
Version:
latest (1.0.1)
1.0.1
* 查找没有使用到的文件 * 查找缺失的文件 * 查找重复的文件
github.com/laomu1988/clean-project
laomu1988/clean-project
clean-project
/
test
/
project
/
test2.html
13 lines
(12 loc)
•
244 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype
html
>
<
html
lang
=
"cn"
>
<
head
>
<
meta
charset
=
"UTF-8"
>
<
title
>
test
</
title
>
<
link
rel
=
"stylesheet"
href
=
"index.css"
/>
<
script
src
=
"index.js"
>
</
script
>
<
script
src
=
"../test.js"
>
</
script
>
</
head
>
<
body
>
</
body
>
</
html
>