summaryrefslogtreecommitdiff
path: root/process_static
AgeCommit message (Collapse)Author
2021-04-19use full path for cache busting renamingDaniel Micay
2021-04-11add version to fastboot.js library pathDaniel Micay
2021-03-26automate CSS/JS cache bustingDaniel Micay
2021-03-26minify CSS and JS before HTMLDaniel Micay
2021-02-17update fastboot.js to v1.0.5Daniel Micay
2021-01-27fix globs for fastboot library ignoresDaniel Micay
2021-01-27pre-compress mjs filesDaniel 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-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-23clean up for deploymentDaniel Micay
2020-12-10split long lineDaniel Micay
2020-12-06simplify static compression patternDaniel Micay
2020-12-02generate atom feed for releasesDaniel Micay
2020-11-17sort file types in process_staticDaniel Micay
2020-11-17expand json validation / processingDaniel Micay
2020-11-14minify xmlDaniel Micay
2020-11-05add our response to Copperhead's baseless lawsuitDaniel Micay
2020-11-02add Global Privacy Control metadataDaniel Micay
2020-10-28minify html attributesDaniel Micay
2020-09-29expand html-minifier usageDaniel Micay
2020-04-07add package.json for conveniently installing toolsDaniel Micay
2020-04-07add brotli pre-compression to processing scriptDaniel Micay
2020-04-07set strict options for scriptsDaniel Micay
2020-04-06split out processing scriptDaniel Micay