We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44056ce commit 436c4e9Copy full SHA for 436c4e9
Rakefile
@@ -40,7 +40,7 @@ task :build_multi do
40
generate_src(target_version: version)
41
end
42
puts
43
- sh 'bundle exec jekyll build'
+ # sh 'bundle exec jekyll build'
44
45
46
def config
@@ -78,6 +78,7 @@ end
78
79
def generate_src(target_version:)
80
copy_sources = Dir.glob('rails/doc/rdoc/*').reject { |path| path.end_with?('panel', 'js', 'created.rid') }
81
+ p Dir.glob('rails/doc/rdoc/*')
82
target_dir = target_version == default_rails_version ? SOURCE_DIR : "#{SOURCE_DIR}/#{target_version}"
83
remove_existing_files(target_dir)
84
cp_r copy_sources, target_dir
0 commit comments