1 Star 0 Fork 0

墨問/spring-cloud-function

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Guardfile 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marcin Grzejszczak 提交于 2019-02-03 15:34 . Added checkstyle for tests
require 'asciidoctor'
require 'erb'
require './src/main/ruby/readme.rb'
options = {:mkdirs => true, :safe => :unsafe, :attributes => ['linkcss', 'allow-uri-read']}
guard 'shell' do
watch(/^src\/[A-Z-a-z][^#]*\.adoc$/) {|m|
SpringCloud::Build.render_file('src/main/asciidoc/README.adoc', :to_file => './README.adoc')
Asciidoctor.render_file('src/main/asciidoc/spring-cloud-cli.adoc', options.merge(:to_dir => 'target/generated-docs'))
}
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/moyutech/spring-cloud-function.git
[email protected]:moyutech/spring-cloud-function.git
moyutech
spring-cloud-function
spring-cloud-function
master

搜索帮助