Lucas Motta

Results 33 comments of Lucas Motta

Good news to the submodule fans! I've been working on this during this week and I'm glad to say that's it's already implemented on the next version of DPLOY, that...

I know you guys have been waiting for too long.. so I'm happy to say that submodules are here! It would be great if you guys could help me test...

That's definitely a good idea. At the moment you can achieve this by using the API instead of the CLI: ``` javascript var DPLOY = require("dploy"); var settings = {...

@SiamKreative I hope soon, but I haven't had the time recently to finish it. And the API is something I did quickly in order to create the https://github.com/LeanMeanFightingMachine/grunt-dploy, but it...

Hey @BielRibeiro, it's not possible on this current version of DPLOY - but on the next version you will be able to set the parameters on the CLI, like this:...

It's a good idea to check if the remote folder exists before, and create if it doesn't. I will look into this.

I wasn't thinking about using other version controls with dploy, but it shouldn't be really hard to implement. Because from git I am only using some basic commands to get...

Hey @WoLewicki, do you want me to setup a sample project, showing this issue? Here's some screenshots demonstrating the problem: This first one, is just adding a 44x44 Touchable button...

Hey @simonbuerger - we have been doing the exact same thing for a current project and we could not get this plugin to work as well. Did you find a...