Merge branch 'master' into hack-day/tessa/test-ids

This commit is contained in:
Tessa 2020-11-10 10:27:47 -08:00 committed by GitHub
commit 1b319ddd2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,5 +18,6 @@ mkdir public
(cd styleguide-app && npx elm make Main.elm --output ../public/elm.js)
npx browserify --entry styleguide-app/manifest.js --outfile public/bundle.js
# copy assets
# copy static files
cp -r styleguide-app/assets public/assets
cp styleguide-app/index.html public/index.html