agriffard/TheResumeTheme

Problem with "profile.jpg" image and modules missing

Opened this issue · 0 comments

The casing of profile.jpg image is wrong here: 743f39a#diff-81c44c762a6a828aaaaa615fd15a083e677f7ac0a2e857bbdd968caac1f56fb2R1

Profile.jpg should be lowercase there.
Even if renamed for some reason, the image is not copied over to the wwwroot folder and is not there currently. I manually copied it to the wwwroot folder of TheResumeTheme when it was a submodule in another project, but it still didn't load. It only loaded after I copied it to the main project's wwwroot folder.

The other problem is that I can't run the gulp command in any of the theme's folders (TheClassLessTheme, TheResumeTheme, TheBootstrapTheme). I'm talking about a big project, where all the themes are present as submodules. It says that I'm missing modules. I have to manually run the npm install in every theme's folder where the gulpfile is present. Running the npm install in the main project's folder won't solve the issue. After this, the gulp command works, I can see the tasks for each theme in the Task Runner Explorer in Visual Studio.