We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Somewhat similar to the open configuration property provided by gulp-webserver?
open
gulp-webserver
The text was updated successfully, but these errors were encountered:
We're using gulp-open for this:
const open = require('gulp-open'); gulp.task('open', function () { gulp .src(config.paths.dist.root + 'dev-site/index.html') .pipe(open({ uri: config.localServer.url, app: 'iexplore' })); }); gulp.task('run-server', gulp.parallel('connect', 'open'));
Sorry, something went wrong.
No branches or pull requests
Somewhat similar to the
open
configuration property provided bygulp-webserver
?The text was updated successfully, but these errors were encountered: