diff --git a/build/tasks/copy.coffee b/build/tasks/copy.coffee index e07c68c..963e570 100755 --- a/build/tasks/copy.coffee +++ b/build/tasks/copy.coffee @@ -6,9 +6,11 @@ module.exports = -> npmDeps = [ 'node_modules/jquery/dist/*', 'node_modules/purecss/build/*', - 'node_modules/combyne/dist/*' - 'node_modules/moment/min/*' - 'node_modules/tablesort/*' + 'node_modules/combyne/dist/*', + 'node_modules/moment/min/*', + 'node_modules/tablesort/*', + 'node_modules/tablesort/src/*', + 'node_modules/tablesort/src/sorts/*' ] @config 'copy', diff --git a/package.json b/package.json index 722d2e2..0773e39 100755 --- a/package.json +++ b/package.json @@ -42,6 +42,6 @@ "jquery": "^2.1.3", "moment": "^2.9.0", "purecss": "^0.6.0", - "tablesort": "^3.0.2" + "tablesort": "^3.2.0" } } diff --git a/shared/html/index.html b/shared/html/index.html index 64337a4..986af01 100755 --- a/shared/html/index.html +++ b/shared/html/index.html @@ -35,7 +35,7 @@

tipsy beta

- +