deprecate styleguide-app

This commit is contained in:
Brian Hicks 2019-04-01 13:16:33 -05:00
parent 70d28eee26
commit 7a0c9ab457

View File

@ -22,8 +22,8 @@ clean:
.PHONY: styleguide-app .PHONY: styleguide-app
styleguide-app: styleguide-app/elm.js styleguide-app: styleguide-app/elm.js
@echo "Visit http://localhost:8000/index.html to see the styleguide app in your browser" @echo "the styleguide-app command is deprecated; use serve-public."
cd styleguide-app && npx elm reactor @exit 1
documentation.json: node_modules documentation.json: node_modules
npx elm make --docs $@ npx elm make --docs $@