PatrickJS / NG6-starter

:ng: An AngularJS Starter repo for AngularJS + ES6 + Webpack
https://angularclass.github.io/NG6-starter
Apache License 2.0
1.91k stars 1.35k forks source link

https (ssl) serving support #106

Closed ranbuch closed 8 years ago

ranbuch commented 8 years ago

How can I add SSL support while developing (not in production)? Is it something here?

gulp.task('serve', () => { serve({ port: process.env.PORT || 3000, open: false, server: { baseDir: root } }); });

Thank you.

fesor commented 8 years ago

See documentation for browser sync, which is used by ng6-starter:

https://www.browsersync.io/docs/options/#option-https