gradle-grunt-plugin icon indicating copy to clipboard operation
gradle-grunt-plugin copied to clipboard

Gradle plugin for running Grunt tasks

Results 15 gradle-grunt-plugin issues
Sort by recently updated
recently updated
newest added

Why should I need to install grunt, even if it is installed already globally?

I have the following gradle task: ``` task serve(type: GruntTask) { args = ['execute:serve'] } ``` which calls grunt-execute task that runs a server for me: ``` execute: { serve:...

Given a package.json exists, when the installGrunt task is executed then install the versions specified in the package.json.

I upgraded to '0.12' and received this error: ``` $ gradle --stacktrace clean build Starting Build FAILURE: Build failed with an exception. * What went wrong: com/moowork/gradle/node/NodePlugin > com.moowork.gradle.node.NodePlugin *...

- What went wrong: Failed to capture snapshot of input files for task 'grunt_build' during up-to-date check. See stacktrace for details. > Failed to create MD5 hash for file ....gradle\2.6\taskArtifacts\cache.properties.lock.

Hi, I have a grunt task which watch for .less files changes. If I run the task normally (without the gradle wrapper, so using just grunt) the output is readable....

In my projects that use this plugin, I generally want Gradle project to have the same version as what is specified in the `package.json` file. Do you think this would...

See issue https://github.com/srs/gradle-node-plugin/issues/71

I have a need to modify the PATH environment variable to include an embedded compass installation. Is there a way I can set up a grunt task so that the...

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...