Carlos Rosquillas

Results 22 comments of Carlos Rosquillas

Yes, it can be done. This is extracted from a current gruntfile I am using: ``` javascript watch: { less: { files: ['www-root/styles/**/*.less'], tasks: 'less' }, coffee: { files: ['www-root/coffee/main.coffee'],...

Correct, this doesn't change the refresh settings, just reduces repeat/unneeded compiles and concats.

Unfortunately it's not straightforward, as the Android implementation is Facebook's Conceal and iOS is RNCryptor. I have not worked on these projects in a long time but I have wanted...

> FWIW there's also an environment variable means of opting into the experiment. Probably more suitable for the action. Specifically (h/t @jamesdaniels) https://github.com/FirebaseExtended/firebase-framework-tools/issues/34#issuecomment-1290573368) ```yaml - uses: FirebaseExtended/action-hosting-deploy@v0 with: # ......

I have been away from Cordova development for some time. I have a few weeks free and will be updating my plugins in this timespan. I don't have an ETA...

wip branch posted at https://github.com/disusered/cordova-safe/tree/next I only scaffolded via plugman, as I've mostly been getting up to date with ecosystem and tooling changes. Expect a lot more activity in the...

Ok, I'll take a look thanks!

I left a comment regarding this subject at: https://github.com/disusered/cordova-safe/issues/18#issuecomment-314309192

I plan on refactoring the process as well, as maintainability was much too difficult with the way I have it set up i.e. proper CI and testing against multiple major...

Also as a mental note, given Ionic's popularity it will likely be worth testing explicitly against it as well. Likewise `ng-cordova` type support seems useful. I'll be organizing my thoughts...