mirror of
https://github.com/neocities/neocities.git
synced 2025-04-24 17:22:35 +02:00
compute scores script
This commit is contained in:
parent
48845f3435
commit
8524bc9d17
1 changed files with 5 additions and 0 deletions
5
Rakefile
5
Rakefile
|
@ -270,6 +270,11 @@ task :flush_empty_index_sites => [:environment] do
|
|||
puts "#{counter} sites set to not changed."
|
||||
end
|
||||
|
||||
desc 'compute_scores'
|
||||
task :compute_scores => [:environment] do
|
||||
Site.compute_scores
|
||||
end
|
||||
|
||||
=begin
|
||||
desc 'Update screenshots'
|
||||
task :update_screenshots => [:environment] do
|
||||
|
|
Loading…
Add table
Reference in a new issue