mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Merge branch 'master' of github.com:tdreyno/middleman
This commit is contained in:
commit
6a3a480d13
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
module Middleman
|
||||
def self.templates_path
|
||||
File.join(`cd ~ && pwd`.chomp, ".middleman")
|
||||
File.join(File.expand_path("~/"), ".middleman")
|
||||
end
|
||||
end
|
||||
|
||||
|
@ -17,4 +17,4 @@ end
|
|||
Dir[File.join(Middleman.templates_path, "*")].each do |dir|
|
||||
next unless File.directory?(dir)
|
||||
Middleman::Templates.register(File.basename(dir).to_sym, Middleman::Templates::Local)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue