Skip to content

Commit

Permalink
Fixed #4. Grunt path was wrong.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sten Roger Sandvik committed Jan 12, 2014
1 parent 0a30537 commit ef9e75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/com/moowork/gradle/grunt/GruntTask.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import org.gradle.api.GradleException
class GruntTask
extends NodeTask
{
private final static String GRUNT_SCRIPT = 'node_modules/grunt-cli/lib/cli.js';
private final static String GRUNT_SCRIPT = 'node_modules/grunt-cli/bin/grunt';

public GruntTask()
{
Expand Down

0 comments on commit ef9e75a

Please sign in to comment.