Skip to content

Commit

Permalink
Merge pull request #127 from hasgeek/footable-paginate
Browse files Browse the repository at this point in the history
Remove footable-paginate from bundle baseframe-footable.
  • Loading branch information
shreyas-satish committed Jul 26, 2016
2 parents f053e17 + f85a2fe commit f42245b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion baseframe/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
assets['footable-filter.js'][Version('2.0.3')] = ('jquery.js', 'footable.js', 'baseframe/js/footable-filter.js')
assets['footable-sort.js'][Version('2.0.3')] = ('jquery.js', 'footable.js', 'baseframe/js/footable-sort.js')
assets['baseframe-footable.js'][Version('2.0.3')] = {
'requires': ['footable.js', 'footable-paginate.js', 'footable-filter.js', 'footable-sort.js']
'requires': ['footable.js', 'footable-filter.js', 'footable-sort.js']
}
assets['baseframe-footable.css'][Version('2.0.3')] = {
'provides': 'footable.css',
Expand Down

0 comments on commit f42245b

Please sign in to comment.