Browse Source

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 years ago
parent
commit
84f676119c
1 changed files with 9 additions and 1 deletions
  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",