mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-04 17:24:06 +03:00
Merge pull request #647 from NoRedInk/fix-netlify
add the index file to Netlify builds
This commit is contained in:
commit
4388538790
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user