Skip to content

Commit

Permalink
Fix type to be dynamic in exception message
Browse files Browse the repository at this point in the history
  • Loading branch information
tkareine committed Jul 27, 2014
1 parent b4f8676 commit e4a1bb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jekyll/minibundle/asset_bundle.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ def initialize(config)
unless @minifier_cmd
fail <<-END
Missing minification command for bundling #{@type} assets. Specify it in
1) minibundle.minifier_commands.js setting in _config.yml,
1) minibundle.minifier_commands.#{@type} setting in _config.yml,
2) $JEKYLL_MINIBUNDLE_CMD_#{@type.to_s.upcase} environment variable, or
3) minifier_cmd setting in minibundle block.
3) minifier_cmd setting inside minibundle block.
END
end

Expand Down

0 comments on commit e4a1bb2

Please sign in to comment.