add mm gem to list in rake
This commit is contained in:
parent
075bff34db
commit
a823607b89
2
Rakefile
2
Rakefile
|
@ -8,7 +8,7 @@ require File.expand_path("../middleman-core/lib/middleman-core/version.rb", __FI
|
|||
ROOT = File.expand_path(File.dirname(__FILE__))
|
||||
GEM_NAME = 'middleman'
|
||||
|
||||
middleman_gems = %w(middleman-core middleman-more)
|
||||
middleman_gems = %w(middleman-core middleman-more middleman)
|
||||
GEM_PATHS = middleman_gems.freeze
|
||||
|
||||
def sh_rake(command)
|
||||
|
|
Loading…
Reference in a new issue