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 -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -