summaryrefslogtreecommitdiff
path: root/validate_static
AgeCommit message (Collapse)Author
2021-07-08rename scriptsDaniel Micay
2021-02-19keep validation / processing in syncDaniel Micay
2021-01-27fix globs for fastboot library ignoresDaniel Micay
2021-01-27Update web installer for fastboot.js updatesDanny Lin
Some of the API and paths have changed, so this needs to be updated accordingly. The most prominent change is the removal of BlobStore and downloading support from fastboot.js, because a fastboot library should not be responsible for downloading files.
2021-01-23sync validate_static removal with process_staticDaniel Micay
2021-01-23Switch to new bundled fastboot.jsDanny Lin
This simplifies cache busting greatly without needing to do further processing on any fastboot.js code before deploying. It also removes the need for a non-module script with global scope.
2021-01-23Update web install for fastboot.js and zip.js updatesDanny Lin
2021-01-23clean up for deploymentDaniel Micay
2021-01-23copy data for validate_staticDaniel Micay
2021-01-23update eslint ignore globDaniel Micay
2021-01-05add foundation for WebUSB-based install pageDaniel Micay
2021-01-05add webadb.jsDaniel Micay
2020-11-17expand json validation / processingDaniel Micay
2020-11-09migrate from jshint to eslintDaniel Micay
2020-09-17no longer need validatornu svg lang workaroundDaniel Micay
2020-05-06silence json_verify status outputDaniel Micay
2020-05-06validate_static: check Web Manifest JSONDaniel Micay
2020-04-21combine HTML and CSS validation to speed it upDaniel Micay
2020-04-19enforce that html parses as xml to catch mistakesDaniel Micay
2020-04-19validate xmlDaniel Micay
2020-04-07add package.json for conveniently installing toolsDaniel Micay
2020-04-07set strict options for scriptsDaniel Micay
2020-02-26add stylelint to validationDaniel Micay
2020-02-19jshint: show message codesDaniel Micay
2020-02-19add jshint to validationDaniel Micay
2020-02-14split out validation scriptDaniel Micay