Add correct options to annotviz.html fo 3rd day and gulp dist server
varpath=require('path');// Filters out non .js files. Prevents// accidental inclusion of possible hidden filesmodule.exports=function(name){return/(\.(js)$)/i.test(path.extname(name));};