Abdullah Bakhach
Abdullah Bakhach
@passy well this is kind of related.. but if I load a div with preloaded content and images.. it displays just fine: ...
@oliversalzburg: - tried clearing the cache.. nothing happened.. - not sure what to do in .strider/data.. i went there, and i saw this empty directory: ``` ~/.strider/data/my-project-name-57977338ad69ec767c8dbbdb ``` and that's...
yes i did clear the cache then immediately rebuild and deploy.. same git error: ``` $ git clone --recursive https://[username]:[password]@github.com/Mokus-io/beneple.git . --branch master github 851ms -1 Cloning into '.'... remote:...
if i do a git clone without putting username/pwd like so: ``` git clone --recursive https://my-project.git ``` it simply prompts me for my username/pwd.. and obviously if i include my...
odd.. there are no deploy keys in https://github.com/Mokus-io/beneple/settings/keys.. thing is this project was handed over to me without me being able to know what the original authors had in mind.....
it didn't work.. i created a new deploy key at github and got the public key from my strider:  and i see that i got no...
one last cheat question.. in my beneple repo root directory i have this strider.json file: ``` { "merge_plugins": true, "plugins": [ { "id": "custom", "enabled": true, "showStatus": true, "config": {...
yeah ok? but now no script is run when i push a new commit/branch 
same problem here..