Sten Roger Sandvik

Results 49 comments of Sten Roger Sandvik

I cannot seem to replicate this error. But you could try to apply the node plugin too, like this: ``` plugins { id 'com.moowork.node' version '0.12' id 'com.moowork.grunt' version '0.12'...

Thanks. I see that you have way more `node_modules` that what I have ever tested with. What version of gradle are you running? Right now it's setting the outputs/inputs used...

Hi. I tested your code here (on my Mac) and it seems to be working. What's the Gradle version you are using? Do you have your "package.json" and "gulpfile.js" in...

Can cut'n'paste your buildscript here so I can see. And which versions of gradle and gradle-grunt-plugin are you using?

Yes, was meaning to release new grunt (and gulp) plugins using the newest node-plugin version but have not come to that yet. Sorry. @dougborg - Have tought about that and...

Sorry about this. I will start adding it to both repos.

The `installGrunt` task installs a project-local grunt and used a locally installed node (if you want it to). This is to simplify the build by not require the user to...

Sorry about the long delay. I had too much to do in my daytime job in the last couple of months. Yes, I think this is a good idea. Aligning...

Will investigate how to implement this. Thanks for the tips.

Thanks. Will check it out. Think we could create a "dummy"-server for the integration tests so it's possible to test it.