ソースを参照

Update bower.json

update main to include all files that should be deployed
(was required to make it working with https://github.com/Spea/SpBowerBundle)
wodka 11 年 前
コミット
489a2851b1
1 ファイル変更9 行追加1 行削除
  1. 9 1
      bower.json

+ 9 - 1
bower.json

@@ -6,7 +6,15 @@
     "zhixin <wenzhixin2010@gmail.com>"
   ],
   "description": "The table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on. The table has been designed to reduce development time and to require no specific knowledge from developers. It is both featherweight and feature-rich.",
-  "main": "src",
+  "main": [
+	  "src/bootstrap-table.css",
+	  "src/bootstrap-table.js",
+	  "src/locale/bootstrap-table-en.js",
+	  "src/locale/bootstrap-table-da-DK.js",
+	  "src/locale/bootstrap-table-pt-BR.js",
+	  "src/locale/bootstrap-table-zh-CN.js",
+	  "src/locale/bootstrap-table-zh-TW.js"
+  ],
   "keywords": [
     "bootstrap",
     "table",