jarrekk / Jalpc

🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
https://jarrekk.github.io/Jalpc/
MIT License
1.02k stars 1.1k forks source link

ERROR: 'static/assets/static/css' not found #86

Closed rosscyoga closed 7 years ago

rosscyoga commented 7 years ago

Not sure why...but I'm getting a missing file error. I've spent the better part of a day looking for the error to no avail. There's no place this exact string occurs. It appears to be a parsing error somewhere in the build when a file path to a css file is being called from the script. Obviously, somewhere there is a load of css with a prepend 'static/assets/' calling a file from 'static/css', which of course is a false path.

Inspector Console refers to: (index):488 and... GET http://localhost:4000/static/assets/static/css 404 (Not Found) | app-20170904.min.js:4

Line 488 in index is for disqus I commented that line out but doesn't help

Please advise.

jarrekk commented 7 years ago

Can you show me your website and code?

rifaimartin commented 7 years ago

i am not akses eror code..you can send project to i

2017-09-05 11:04 GMT+07:00 jarrekk notifications@github.com:

Can you show me your website and code?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jarrekk/Jalpc/issues/86#issuecomment-327065971, or mute the thread https://github.com/notifications/unsubscribe-auth/Aa5A2Me0eUxyoZL5uN_X1Bn9RjL-5eoLks5sfMhqgaJpZM4PMUE2 .

rosscyoga commented 7 years ago

https://github.com/rosscyoga/rosscyoga.github.io Repo link to files/code

https://rosscyoga.github.io Live github pages site

jarrekk commented 7 years ago

@rosscyoga I found this error at localhost, it shows image and js file detail is image these are some codbootstrap.js, maybe there is something error during compress or your new js files have conflicts with bootstrap.js.

rosscyoga commented 7 years ago

Found it. It was buried in custom.css in an empty background: url(""); attribute...DOH!