about summary refs log tree commit diff
path: root/scripts/post-web-build.js
Commit message (Collapse)AuthorAgeFilesLines
* 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