3 changed files with 5 additions and 3 deletions
@ -1,12 +1,11 @@
@@ -1,12 +1,11 @@
|
||||
require 'asciidoctor' |
||||
require 'erb' |
||||
require './src/main/ruby/readme.rb' |
||||
|
||||
options = {:mkdirs => true, :safe => :unsafe, :attributes => 'linkcss'} |
||||
|
||||
guard 'shell' do |
||||
watch(/^src\/[A-Za-z].*\.adoc$/) {|m| |
||||
SpringCloud::Build.render_file('src/main/asciidoc/README.adoc', :to_file => './README.adoc') |
||||
Asciidoctor.load_file('src/main/asciidoc/README.adoc', :to_file => './README.adoc', safe: :safe, parse: false, attributes: 'allow-uri-read') |
||||
Asciidoctor.render_file('src/main/asciidoc/spring-cloud-netflix.adoc', options.merge(:to_dir => 'target/generated-docs')) |
||||
} |
||||
end |
||||
|
Loading…
Reference in new issue