Ai
0 Star 0 Fork 0

zhangzhibo/docs(prometheus)

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Guardfile 297 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jimmi Dyson 提交于 2015-08-28 18:22 +08:00 . Cross-platform gems for guard watches
# A sample Guardfile
# More info at https://github.com/guard/guard#readme
guard 'nanoc' do
watch('nanoc.yaml') # Change this to config.yaml if you use the old config file name
watch('Rules')
watch(%r{^(content|layouts|lib|static)/.*$})
end
guard 'livereload' do
watch(%r{output/.+})
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangzhishiu/docs-prometheus.git
git@gitee.com:zhangzhishiu/docs-prometheus.git
zhangzhishiu
docs-prometheus
docs(prometheus)
master

搜索帮助