Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put Source folder in htdocs of Xampp Not working #1

Closed
varundeva opened this issue Aug 28, 2018 · 8 comments
Closed

Put Source folder in htdocs of Xampp Not working #1

varundeva opened this issue Aug 28, 2018 · 8 comments
Assignees
Labels
good first issue Special mark for the first created issue help wanted

Comments

@varundeva
Copy link

It Displays Preload icon only. not loading other.
Whats The Problem?

@tbaltrushaitis
Copy link
Owner

Hi there!

If you just copied src folder - its not enough for things to work. Please run make command as described in README.md Usage section.

Thank you!

@tbaltrushaitis tbaltrushaitis added help wanted good first issue Special mark for the first created issue labels Aug 29, 2018
@tbaltrushaitis tbaltrushaitis self-assigned this Aug 29, 2018
@tbaltrushaitis
Copy link
Owner

Hi @varundeva!

Do you need any assistance on how to setup and build?
If yes then do not hesitate to contact me.

Regards!

@varundeva
Copy link
Author

varundeva commented Sep 1, 2018 via email

@tbaltrushaitis
Copy link
Owner

Hi!

So on what step from Usage section and what kind of a problem do you have?

With regards,
-T

@varundeva
Copy link
Author

varundeva commented Sep 1, 2018 via email

@tbaltrushaitis
Copy link
Owner

So that is not about project's code issue.
Closing.

@hedi777
Copy link

hedi777 commented Feb 18, 2019

Hello,

i just tried to use your web template, but i do get the same loader only error when launching the index.html. I just realized i needed to install bower and gulp to make this work which i did. And now i get this error when running make build >>> see image, so it seems there is an issue with the loader not displaying the website. I'm not good enough in coding to give further help, but if you can fix this when you have time would be great, really wanted to tweak around your template. thank you for you time. have a nice day.
capture d ecran 2019-02-18 a 14 45 07

@tbaltrushaitis
Copy link
Owner

Hi @hedi777 !

Thanks for you question! That is very good idea to attach the screenshot with error you caught 👍
It looks like you didn't install node.js dependencies needed by gulp.
Try to execute

$ make setup

Or (in case you don't have make utility installed in your OS) run

$ npm i
$ bower i --production

in the project's directory.

Once installation process finished you would be able to continue with build.
Hope this helps.

Regards!

tbaltrushaitis pushed a commit that referenced this issue Aug 1, 2022
…ash-4.17.21

Bump lodash from 4.17.15 to 4.17.21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Special mark for the first created issue help wanted
Projects
None yet
Development

No branches or pull requests

3 participants