Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created July 31, 2014 05:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gaspanik/4deeedca1cde8c7dfb82 to your computer and use it in GitHub Desktop.
Save gaspanik/4deeedca1cde8c7dfb82 to your computer and use it in GitHub Desktop.
ngrok.gulptask
gulp.task('ngrok', function() {
ngrok.once('connect', function(url) {
console.log('we got a tunnel', url);
});
ngrok.connect(3000);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment