about summary refs log tree commit diff
path: root/scripts/post-web-build.js
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-4/+3
| | | | | | | * upgrade prettier * run prettier * more files
* Consistent spacing for variable handlebarsJaz Volpert2024-10-041-2/+2
|
* Serve static assets from a CDN host if providedJaz Volpert2024-10-041-2/+2
|
* Let Expo/Webpack handle CSS assets (#3942)Mary2024-09-231-1/+24
| | | | | | | | | | | | | * chore: handle built css assets * chore: let prettier handle css code * refactor: let webpack build css assets * chore: prettier on bskyembed * chore: touch empty.txt on css directory * chore: do the same to the workflow
* Don't eagerly load all JS assets (#3929)Mary2024-09-021-11/+10
| | | Co-authored-by: Hailey <me@haileyok.com>
* Create build step for the web server (#289)Paul Frazee2023-03-141-0/+27
* Create build step for the web server * Update bskyweb routes and 404 behavior