summaryrefslogtreecommitdiff
path: root/preprocess.js
AgeCommit message (Collapse)AuthorFilesLines
2014-05-21Fix ratelimitingPeter Wu1-1/+1
2014-05-21preprocess: split edge filtering for possible re-usePeter Wu1-4/+8
Also drop a useless users assignment.
2014-05-20Moves preprocessing to preprocess.jsPeter Wu1-0/+74
The only difference in preprocess is the addition of a new options parameter to avoid using a global var.