Abdullah Bakhach

Results 33 comments of Abdullah Bakhach

@passy well this is kind of related.. but if I load a div with preloaded content and images.. it displays just fine: ![screen shot 2014-07-03 at 10 24 32 am](https://cloud.githubusercontent.com/assets/774379/3466583/17778378-0283-11e4-81ba-6e6b2bfbb26e.png)...

@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: ![mokus-io beneple config - strider brilliant continuous deployment 2016-07-26 21-57-18 png...

@knownasilya it definitely is.. but now i'm wondering what other steps are missing.. for example i was checking out this github integration [tutorial](https://futurestud.io/blog/strider-how-to-connect-with-github-and-run-tests-automatically) 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 ![screen shot 2016-07-27 at 8 33 03 am](https://cloud.githubusercontent.com/assets/774379/17164871/c0e3582a-53d4-11e6-9c86-47043ad6277f.png)