Skip to content

Commit

Permalink
Merge pull request #558 from javimaravillas/bug/#536
Browse files Browse the repository at this point in the history
#536 Failed to execute goal com.github.eirslett:frontend-maven-plugin…
  • Loading branch information
eirslett committed Jan 23, 2017
2 parents f1edb47 + 0ac13e5 commit 7788bf4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public interface GulpRunner extends NodeTaskRunner {}

final class DefaultGulpRunner extends NodeTaskExecutor implements GulpRunner {
private static final String TASK_LOCATION = "node_modules/gulp/bin/gulp.js";
private static final String TASK_LOCATION = "node_modules/gulp/bin/gulp";

DefaultGulpRunner(NodeExecutorConfig config) {
super(config, TASK_LOCATION);
Expand Down

0 comments on commit 7788bf4

Please sign in to comment.