Skip to content

Commit

Permalink
fix(sortable): update sortable js dependency. now works with jquery3 …
Browse files Browse the repository at this point in the history
…also remove links from th for sortable
  • Loading branch information
Lausselloic committed Mar 1, 2017
1 parent 5ce00b9 commit e1efd1b
Show file tree
Hide file tree
Showing 20 changed files with 2,962 additions and 543 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ module.exports = function (grunt) {
vendorsjs: {
expand: true,
flatten: true,
cwd: 'bower_components/',
src: ['jquery.tablesorter/dist/js/*'],
cwd: 'js/vendors',
src: ['*'],
dest: 'dist/js/vendors/'
/* end mod */
}
Expand Down
3 changes: 0 additions & 3 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
"jquery": "1.9.1 - 3",
"tether": "^1.3.7"
},
"devDependencies": {
"jquery.tablesorter": "git://github.com/virtualidentityag/tablesorter"
},
"author": {
"name": "Orange SA"
},
Expand Down
2 changes: 1 addition & 1 deletion dist/css/boosted-reboot.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e1efd1b

Please sign in to comment.