bicarbon8/todoTxtWebUi

todoTxt.js should be minified for actual usage

bicarbon8 opened this issue · 1 comments

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:

  1. download the latest todoTxtWebUi project
  2. 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

fixed in 1b442be