srs / gradle-grunt-plugin

Gradle plugin for running Grunt tasks
106 stars 16 forks source link

gruntInstall fails when executing unqualified task in multi-project build #21

Open mwhipple opened 9 years ago

mwhipple commented 9 years ago

When running ./gradlew installGrunt from a root directory where one of the child projects contains the grunt code it has issues with being shown UP-TO-DATE and not being able to find grunt. Presumably this would be caused by the use of relative paths in the GruntInstallTask and the resolving delegate not being the appropriate containing project. By comparison, NodeInstallTask doesn't have the issue. I can throw together a PR pulling the pattern of the node task into this one if desired.

srs commented 9 years ago

Hi.

Sorry for the VERY long delay. If this is still a problem I would really appreciate a PR for the fix.

Thanks!