Skip to content

Commit e642c8a

Browse files
committed
Fix Font Awesome dependency, add css and js minified versions
1 parent 507d6cb commit e642c8a

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
.idea/
2+
bower_components/

bower.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "datatables-bootstrap3-plugin",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"main": [
55
"media/css/datatables-bootstrap3.css",
6+
"media/css/datatables-bootstrap3.min.css",
67
"media/css/datatables-bootstrap3.less",
7-
"media/js/datatables-bootstrap3.js"
8+
"media/js/datatables-bootstrap3.js",
9+
"media/js/datatables-bootstrap3.min.js"
810
],
911
"dependencies": {
1012
"bootstrap": "3.3.x",
11-
"components-font-awesome": "4.2.x",
13+
"font-awesome": "4.3.x",
1214
"datatables": "1.10.x"
1315
},
1416
"description": "jQuery DataTables plugin and Bootstrap 3 integration",
@@ -22,6 +24,7 @@
2224
"ignore": [
2325
".gitignore",
2426
"example",
27+
"bower_components",
2528
"README.md"
2629
]
2730
}

media/css/datatables-bootstrap3.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/js/datatables-bootstrap3.min.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)