Fix paths to server crate in scripts and gitignore

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
Max Brunsfeld 2021-11-03 19:22:00 -07:00
parent 44e0a00734
commit a72bdac7df
4 changed files with 5 additions and 195550 deletions

View file

@ -7,4 +7,4 @@ cd ./script
if [[ $1 == --release ]]; then
export NODE_ENV=production # Purge unused styles in --release mode
fi
npx tailwindcss build ../server/styles.css --output ../server/static/styles.css
npx tailwindcss build ../crates/server/styles.css --output ../crates/server/static/styles.css