We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98cbd9d commit e3eade8Copy full SHA for e3eade8
Rakefile
@@ -116,7 +116,7 @@ namespace :release do
116
min_gz = Zlib::Deflate.deflate(File.read("dist/ember.min.js")).bytes.count / 1024
117
118
about.gsub!(/(\d+\.\d+\.\d+-rc(?:\.?\d+)?)/, Ember::VERSION)
119
- about.gsub!(/\d+k min\+gzip/, "#{min_gz}k min+gzip")
+ about.gsub!(/minified \d+kb/, "minified #{min_gz}kb")
120
121
open("tmp/website/source/about.html.erb", "w") { |f| f.write about }
122
end
0 commit comments