All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.eirslett.maven.plugins.frontend.lib.GulpRunner Maven / Gradle / Ivy

package com.github.eirslett.maven.plugins.frontend.lib;

public interface GulpRunner  extends NodeTaskRunner {}

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

    DefaultGulpRunner(NodeExecutorConfig config) {
        super(config, TASK_LOCATION);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy