todoTxt.js should be minified for actual usage
bicarbon8 opened this issue · 1 comments
bicarbon8 commented
the current todoTxt.js file is verbose and contains many extra bytes of data for comments and spacing. This should be removed by utilization of a standard javascript compression library (such as Yahoo's)
REPRO:
- download the latest todoTxtWebUi project
- view the contents of the js/todoTxt.js file
ACTUAL:
the file is plain text, human readable and contains all documentation and spacing
EXPECTED:
the javascript is minified