gruntjs - Yeoman generator-webapp running on HTTPS -
can guide me how configure generator-webapp use https instead of http.
tried https option , specified key files somehow made wrong.
thanks.
figured out myself. needs done add https. rest handled browsersync. assigns self-signed certificate.
browsersync: { options: { notify: false, background: true, watchoptions: { ignored: '' }, https: { key: '', cert: '' } },
Comments
Post a Comment