Skip to content

Commit 6e36c51

Browse files
author
tower1229
committed
update
1 parent f864d13 commit 6e36c51

16 files changed

+55
-18
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/node_modules
2-
/_src
32
/config.json
43
/_component
4+
/_docs

.npmignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
/test
2+
/_src
3+
/_docs
24
/docs
35
/modules
46
/LICENSE
57
/.travis.yml
68
/node_modules
7-
/_src
89
/config.json
910
/_component

docs/css/doc.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/doc.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/maps/style.css.map

-1
This file was deleted.

docs/css/style.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/css/style.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.html

+11-8
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@
99
<title>front-flow-cli</title>
1010
<meta content="front-flow-cli,front-flow" name="Keywords">
1111
<meta content="front-flow-cli是专为front-flow前端工作流开发的命令行工具,实现自动初始化、组件化开发、预处理、静态资源优化、图片压缩等前端自动化需求。" name="Description">
12-
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />
13-
<!-- https ajax降级方案:http://www.aichengxu.com/view/2462674 -->
14-
<link href="/front-flow-cli/docs/favicon.ico" rel="icon">
15-
<link href="/front-flow-cli/docs/css/style.css" rel="stylesheet">
16-
<link href="/front-flow-cli/docs/lib/highlight/styles/github.css" rel="stylesheet">
17-
<link href="/front-flow-cli/docs/lib/doc.css" rel="stylesheet">
18-
<!--[if lt IE 9]><script src="/front-flow-cli/docs/lib/H5shiv.js"></script><![endif]-->
12+
<link href="/docs/favicon.ico" rel="icon">
13+
<link href="/docs/css/style.css" rel="stylesheet">
14+
<link href="/docs/lib/highlight/styles/github.css" rel="stylesheet">
15+
<link href="/docs/css/doc.css" rel="stylesheet">
16+
<script type="text/javascript">
17+
if(window.location.href.indexOf('https')===0){
18+
document.write('<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests" />');
19+
}
20+
</script>
21+
<!--[if lt IE 9]><script src="/docs/lib/H5shiv.js"></script><![endif]-->
1922
</head>
2023

2124
<body class="hasNav">
@@ -133,7 +136,7 @@ <h3 id="imgmin">图片压缩</h3>
133136
Acknowledgements : seajs \ bootstrap \ foundation \ ... </p>
134137
</div>
135138
</footer>
136-
<script src="/front-flow-cli/docs/lib/sea.js" id="seajsnode" ></script>
139+
<script src="/docs/lib/sea.js" id="seajsnode" ></script>
137140
<script>
138141
seajs.use('js/doc');
139142
</script>

0 commit comments

Comments
 (0)