srs / gradle-grunt-plugin

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

When .gradle is within inputs.dir for grunt_build the build fails #34

Open mrkam opened 8 years ago

mrkam commented 8 years ago
srs commented 8 years ago

You should not put .gradle directory in as inputs.dir since the .gradle directory contains the caches itself. Why do you want to add it as a inputs.dir directory?