Merge in recent changes from v3-stable
This commit is contained in:
commit
4b53549ae4
250 changed files with 185 additions and 21146 deletions
|
@ -29,7 +29,6 @@ module Middleman
|
|||
|
||||
desc 'version', 'Show version'
|
||||
def version
|
||||
require 'middleman-core/version'
|
||||
say "Middleman #{Middleman::VERSION}"
|
||||
end
|
||||
|
||||
|
@ -86,6 +85,9 @@ module Middleman
|
|||
end
|
||||
end
|
||||
|
||||
# Require the Middleman version
|
||||
require 'middleman-core/version'
|
||||
|
||||
# Include the core CLI items
|
||||
require 'middleman-cli/init'
|
||||
require 'middleman-cli/extension'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue