Merge pull request #647 from NoRedInk/fix-netlify

add the index file to Netlify builds
This commit is contained in:
Brian Hicks 2020-11-10 11:32:42 -06:00 committed by GitHub
commit 4388538790
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