1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-03 15:24:10 +01:00
Commit Graph

4 Commits

Author SHA1 Message Date
Allan Jardine
c5172dc920 Add a 'compress' "target" to the build script (still needs a bit of tidy up). Going to continue using Closure Compiler for DataTables. Tried UglifyJS as well, but found that added about 11K to the size of the library when compressed, relative to Closure:
$ ls -l ../media/js
total 1272
-rw-r--r--  1 allan  wheel  316031  6 Dec 16:51 jquery.dataTables.js
-rw-r--r--  1 allan  wheel   70608  6 Dec 16:51 jquery.dataTables.min.closure.js
-rw-r--r--  1 allan  wheel   81643  6 Dec 16:51 jquery.dataTables.min.uglify.js
-rw-r--r--  1 allan  wheel   93867  3 Dec 17:49 jquery.js
2011-12-06 16:52:44 +00:00
Allan Jardine
b135e9b676 Little bit of info in the build script 2011-12-03 09:52:36 +00:00
Allan Jardine
b4ff3dda3c Update path given new location for the build script 2011-12-03 09:51:18 +00:00
Allan Jardine
e4cc6aa853 Add my unit test manipulation script. Had it knocking around my own file system forever, but this is the first time I've pulled it into git. Makes sense to have it in given the new build sctruture and the need for a build script now. 2011-12-03 09:49:45 +00:00