1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: build tweaks

- ignore ui/dist dir
- dev-start.sh prompts for npm instead of elm-app
This commit is contained in:
James Hillyerd
2018-12-12 20:21:40 -08:00
parent ecd7c9f6e6
commit efe554bd77
2 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@@ -46,6 +46,6 @@ _testmain.go
# elm-repl generated files
repl-temp-*
# Distribution
#/ui/build/
/ui/dist/
# Dependency directories
/ui/node_modules

View File

@@ -26,7 +26,7 @@ fi
index="$INBUCKET_WEB_UIDIR/index.html"
if ! test -f "$index"; then
echo "$index does not exist!" >&2
echo "Run 'elm-app build' from the 'ui' directory." >&2
echo "Run 'npm run build' from the 'ui' directory." >&2
exit 1
fi