2 Star 0 Fork 0

mirrors_qiniu/developer.qiniu.com

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
makefile 1.24 KB
一键复制 编辑 原始数据 按行查看 历史
zhenglixin 提交于 2015-09-17 12:36 . Update makefile
all:
#成生菜单所需的json文件
./_genMenu docs/v6/api/overview > _data/apiview.json
./_genMenu docs/v6/api/reference > _data/apiref.json
./_genMenu docs/v6/kb > _data/kb.json
npm install
fc:
#分词索引
./_jkl --plugin 'fc _dictionary.txt static/js/fc.js' --server
test: all
./_jkl --server
build: all
grunt production
rm -rf node_modules
./_jkl
install: all
grunt production
rm -rf node_modules
#指定上传文件:
#make install file=file1,file2,file3
#file1,file2,file3采用弱匹配模式,指定文件名的部分即可,副作用是可能上传其它的文件
./_jkl --qiniu-config _jekyll_qiniu.yml --qiniu --qiniu-up-files '$(file)' --verbose 2>&1 | sed '/_site/{h; s,^.*/_site,http://developer.qiniu.com,; H; x;}'
@echo
clean:
rm _includes/footer.html
rm _includes/header.html
rm -rf .tmp
rm -rf _site
rm -rf dist
dev: all
# rm _includes/footer.html
# rm _includes/header.html
# rm -rf dist
grunt
./_jkl --server
production: all
rm _includes/footer.html
rm _includes/header.html
grunt production
./_jkl --server
mapsite:
echo 'http://developer.qiniu.com/sitemap.xml' | perl -ne 'use URI::Escape; chomp; printf "http://www.bing.com/ping?sitemap=%s\n", uri_escape($$_);' | xargs -I {} curl -i -L '{}'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_qiniu/developer.qiniu.com.git
git@gitee.com:mirrors_qiniu/developer.qiniu.com.git
mirrors_qiniu
developer.qiniu.com
developer.qiniu.com
develop

搜索帮助