You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Rakefile
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ namespace :guides do
19
19
desc"Generate HTML guides"
20
20
taskhtml: :encodingdo
21
21
ENV["WARNINGS"]="1"# authors can't disable this
22
-
ruby"rails_guides.rb"
22
+
ruby"-E UTF-8 rails_guides.rb"
23
23
end
24
24
25
25
desc"Generate .mobi file. The kindlegen executable must be in your PATH. You can get it for free from http://www.amazon.com/gp/feature.html?docId=1000765211"
0 commit comments