如果我在bower_components
中有一個存儲庫,其中包含一個包含50個JS文件的文件夾,我無法一次將其包含在我的Brocfile中的app.import()中。我如何在同一個電話中包含它們?將Ember-CLI中的許多javascript文件導入到Ember-CLI中
如果我嘗試app.import的js文件的整個目錄,我得到的編譯此錯誤: You must pass a file to 'app.import'. For directories specify them to the constructor under the 'trees' option.
您是否找到解決此問題的解決方案?我有類似的問題,不想一次一個地做...可以在app.import()中使用正則表達式嗎? – yeelan