Closed SailingSteve closed 5 years ago
@DaleMcGrew
If you can't use git to update your cordova instance, you should manually make this change to
WeVoteCordova/www/index.html to get the slick dots on the welcome page to render correctly.
You should also redo your img
symlink to point to WebApp/src/img
instead of to WeApp\build/img
, so that you get all the images.
👍
Now load the imgs from
ln -s /Users/stevepodell/WebstormProjects/WebApp/src/img img
instead of fromWebApp/build/img
so we get all of the images, not just the ones thatWebPack CopyPlugin
was directed to put in the bundle.