Robert Guss
Robert Guss
I found an awesome repo that handles this quite well and I think it might be what you are looking for... https://github.com/NathanBowers/mm-template Here is my own custom middleman/gulp build that...
@jdborneman-terminus I think I understand your issue, but I am not sure why `wait-on-timeout: 615` does not provide enough time? 615 secs is a very long time. Also per the...
@jdborneman-terminus when you are running your app in CI, do you first build it? Meaning are you running your application like you would locally in CI, ie: `npm run dev`...
you might want to check out lint-staged: https://github.com/okonet/lint-staged & husky: https://github.com/typicode/husky When used in combination you can setup lint-staged to run various linters for whatever file types you would like...
I created a repo that shows how to configure and setup Chisel with Lando. It is currently a bit of a quirky setup & install, but it works. I would...
@luboskmetko my pleasure. Thank you guys for such an awesome project. I didn't realize the limitations of Lando or Docker in regards to Windows Home edition. I think that this...
@luboskmetko I have created a custom Vagrant Box prototype for Chisel. You can find it here: https://github.com/robertguss/Vagrant-Chisel The readme should have all the details you need to get up and...
@luboskmetko I am not sure why you had an issue with the Chisel install connecting to the DB, especially if you were able to log into mysql with root:root. That...
@luboskmetko glad to hear you got it working. Sorry for the confusion about ssh'ing into Vagrant, I completely forgot to specify that in the instructions. I have since updated the...
@luboskmetko I managed to get browsersync to work externally on phones, iPad's etc. I have updated the readme with instructions. Basically, the only way this will work is if we...