0
問題,我試圖預編譯我的.handlebars文件到templates.js。 到目前爲止,它工作在源代碼目錄中的所有文件,但不適用於子目錄中的文件(我保留部分文件)。Handlebars.js遞歸預編譯
命令我使用:
handlebars -m resources/views/handlebars/> resources/assets/js/handlebars/templates.js
我怎樣才能使這個遞歸,以便它遍歷所有的目錄?