0
如何創建從所有子文件夾生成的集合爲一個。將從所有子文件夾生成的集合合併爲一個
例如:
/src/article/2011/
/2012/
/2013/
=>
/out/article/
子文件夾的常用方法沒有考慮:
posts: (database) ->
database.findAll({relativeOutDirPath:'posts'},[date:-1])
如果你想要將src/documents/article/2011/post.html輸出到out/article/post.html,請在評論中這樣說,我會弄清楚需要什麼。謝謝。 - 你能建議如何做到這一點? :-) – npofopr 2013-04-11 15:16:49
這對我很好,謝謝! – Remy 2013-04-11 15:51:55
@npofopr嘗試在你的文件中手動設置'outPath'元數據到你想要的位置。 – balupton 2013-04-18 02:26:24