add the index file to Netlify builds

This commit is contained in:
Brian Hicks 2020-11-10 10:10:04 -06:00
parent f70f66c192
commit 8d88f1f6f6

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