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

Popular posts from this blog

1111. appearing after print sequence - php -

node.js - Express and Redis - If session exists for this user, don't allow access -

excel - I can't get the attachement of the email PHP -