This repository has been archived on 2022-03-12. You can view files and clone it, but cannot push or open issues or pull requests.
Lateinicus/frontend/shit.sh

10 lines
277 B
Bash
Raw Normal View History

2018-09-29 12:23:09 +00:00
#!/bin/bash
rm -rf dist/
./node_modules/.bin/parcel build --out-dir dist/app src/index.html
./node_modules/.bin/parcel build --out-dir dist src/lost.html src/error.html
2018-09-29 12:23:09 +00:00
chmod 705 dist dist/app
chmod 604 dist/app/*
2018-09-30 14:17:54 +00:00
2018-10-01 17:21:57 +00:00
sed -e "s/\/src/\/app\/src/g" --in-place dist/app/index.html