fix images before uploading

master
muflax 2012-04-18 02:11:31 +02:00
parent 6706ea2e73
commit 0e30b00be5
1 changed files with 3 additions and 0 deletions

View File

@ -20,6 +20,9 @@ module Nanoc::CLI::Commands
# check for duplicate links
m.call "nanoc dups"
# prepare images
m.call "nanoc images"
sites_arg(options[:sites]).each do |site|
puts "publishing site: #{site}"