2
是否可以在Bundle.config
中包含整個目錄而不僅僅是一個路徑?它比明確說明每個文件要容易得多。在Bundle.config中包含目錄
我已經輸入directory
作爲include
標記的屬性,但自動建議並不是暗示任何讓我覺得它不可能的事情?
例如;
<?xml version="1.0" encoding="utf-8" ?>
<bundles version="1.0">
<styleBundle path="~/Content/css">
<include path="~/Content/bootstrap/bootstrap.css" />
<include directory="~/Content/SomeDirectory" />
</styleBundle>
</bundles>
如果我的答案的downvoter可以解釋我爲什麼他們downvoted,我會很高興。 – CodeCaster