Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我为 Middleman 创建了一个自定义项目模板。文档说明我应该将模板存储在文件~/.middleman/夹中。这在 Mac 上运行良好,但我应该在 Windows 7 上将模板存储在哪里?
~/.middleman/
我试过把它放在目录中.middleman的一个文件夹中%UserProfile%。但是当我运行时middleman init --help,自定义模板不会显示在可用模板列表中。
.middleman
%UserProfile%
middleman init --help
我已经解决了这个问题。回家的路不是我所期望的。我puts File.expand_path("~/")在 Ruby 中运行以找出 Middleman 期望该.middleman目录位于何处。
puts File.expand_path("~/")