jlord / git-it-electron

:computer: :mortar_board: Git-it is a (Mac, Win, Linux) Desktop App for Learning Git and GitHub
BSD 2-Clause "Simplified" License
4.69k stars 1.17k forks source link

What Next and Ideas for Beginner Projects hyperlinks lead to blank page #222

Open brunoteixeiralc opened 6 years ago

brunoteixeiralc commented 6 years ago

Hello guys,

I am having an issue after click in the hyperlink "IDEAS FOR BEGINNER PROJECTS". When I clicked on the link , show me a blank page.

I am using High Sierra and the version of the Git-It is 4.3.2

captura de tela 2018-04-24 as 08 45 42 captura de tela 2018-04-24 as 08 45 55
brunoteixeiralc commented 6 years ago

Any answer?

jlord commented 6 years ago

When I build from master I don't have this problem but when I try the release version I do see it, so I'll look into it 👍

jmhiggins42 commented 6 years ago

I got the same issue. If it helps, when I pull up devTools I get the following logged to the console after some time:

Not allowed to load local resource: file:///D:/Users/jlord/jCode/git-it-electron/built/en-US/pages/index.html

So I opened ~\Git-it-Win-ia32\resources\app\built\en-US\pages\index.html directly in Chrome and saw that the "Ideas for beginner projects" button should take you to resources.html. However, I don't see that file in the pages directory for any of the locales.

jlord commented 6 years ago

Would you mind trying this new release and letting me know if the problem still exists?

https://github.com/jlord/git-it-electron/releases/tag/4.3.0

jmhiggins42 commented 6 years ago

👍Looks good to me, thanks!