Edvinas Bartkus

Results 9 comments of Edvinas Bartkus

@ambientlight good point about dependent jobs! will try to do that. that might work. thanks

I did experiment caching android emulators but the cache restore process was slower for me at that time. Will experiment with this again.

in coffeescript-resources there are no dependency of resources plugin. Can it be that something else tries to install 1.1.6 Try to cleanup ~/.grails/[grails-version]/projects/[project]/ to make it a fresh dependency build.

The reason why the coffeescript.modules functionality was created because it was hard to integrate into resources plugin at that time. Now you can define the whole module of coffeescripts file...

To solve this issue I have added these lines to Gemfile: gem "portablecontacts", :git => "git://github.com/abhishiv/portablecontacts.git" gem "oauth-plugin", ">=0.4.0.pre1" abhishiv has forked portablecontacts and fixed activesupport issue.

@karlhorky For sure! It has been a while I have used it myself but I am more than open to accept any PRs. When I have little bit more time,...

Well, to solve dependency problem in grails plugins it is possible to declare it in BuildConfig.groovy: ``` groovy runtime(":coffeescript-resources:0.3.2") { excludes "rhino" } ``` However, I find it that Rhino...

Seems like I should contact compass plugin author and with him we should have discussion with resource plugin authors how to handle things :)

@gb0519 this guide should be helpful for you how to generate correct signing files: https://github.com/node-apn/node-apn/wiki/Preparing-Certificates